color codes Logo

#e67ede color codes

#E67EDE
(230,126,222)
0 Favorites   0 Comments

Color spaces of #e67ede

RGB 230126222
HSL0.850.680.70
HSV305°45°90°
CMYK 0.000.450.03   0.10
XYZ53.278837.018673.4444
Yxy37.01860.32540.2261
Hunter Lab60.842949.8334-28.9798
CIE-Lab67.291053.2511-31.7948

#e67ede color RGB value is (230,126,222).

#e67ede hex color red value is 230, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e67ede hue: 0.85 , saturation: 0.68 and the lightness value of e67ede is 0.70.

The process color (four color CMYK) of #e67ede color code is 0.00, 0.45, 0.03, 0.10. Web safe color of #e67ede is #ff66cc. Color #e67ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 11011110
Octal 346 176 336
Decimal 230 126 222
Hex E6 7E DE

RGB Percentages of Color #e67ede

%39.79
%21.80
%38.41

CMYK Percentages of Color #e67ede

%0
%45
%3
%10

Triadic Colors of #e67ede

#e67ede #dee67e #7edee6

Analogous Colors of #e67ede

#e67ede #e67eaa #ba7ee6

Monochromatic Colors of #e67ede

#e67ede

Complementary Color

#e67ede #7ee686

#e67ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ede Color CSS Codes

.mybgcolor {background-color:#e67ede; } 
.myforecolor {color:#e67ede; }
.mybordercolor {border:3px solid #e67ede; }

#e67ede Text Font Color

<p style="color:#e67ede">Text here</p>

This sample text font color is #e67ede
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e67ede Background Color

<div style="background-color:#e67ede">
Div content here</div>

This div background color is #e67ede


#e67ede Border Color

<div style="border:3px solid #e67ede">
Div here</div>

This div border color is #e67ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,126,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e67ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e67ede;
  -webkit-box-shadow: 1px 1px 3px 2px #e67ede;
  box-shadow:         1px 1px 3px 2px #e67ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,126,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e67ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e67ede;
  -webkit-box-shadow: 1px 1px 3px 2px #e67ede;
  box-shadow:         1px 1px 3px 2px #e67ede;">
Div content here</div>

This div box has shadow with color #e67ede


Comments

No comments written yet.

Please login to write comment.