Color Hex Logo

#e06ecb Color Hex

#E06ECB
(224,110,203)
0 Favorites   0 Comments

Color spaces of #e06ecb

RGB 224110203
HSL0.860.650.65
HSV311°51°88°
CMYK 0.000.510.09   0.12
XYZ47.095931.311060.0613
Yxy31.31100.34010.2261
Hunter Lab55.956252.3122-24.4703
CIE-Lab62.769356.1336-28.2152

#e06ecb color RGB value is (224,110,203).

#e06ecb hex color red value is 224, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e06ecb hue: 0.86 , saturation: 0.65 and the lightness value of e06ecb is 0.65.

The process color (four color CMYK) of #e06ecb color hex is 0.00, 0.51, 0.09, 0.12. Web safe color of #e06ecb is #cc66cc. Color #e06ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101110 11001011
Octal 340 156 313
Decimal 224 110 203
Hex E0 6E CB

RGB Percentages of Color #e06ecb

%41.71
%20.48
%37.80

CMYK Percentages of Color #e06ecb

%0
%51
%9
%12

Triadic Colors of #e06ecb

#e06ecb #cbe06e #6ecbe0

Analogous Colors of #e06ecb

#e06ecb #e06e92 #bc6ee0

Monochromatic Colors of #e06ecb

#e06ecb

Complementary Color

#e06ecb #6ee083

#e06ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06ecb Color CSS Codes

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

#e06ecb Text Font Color

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

This sample text font color is #e06ecb
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.


#e06ecb Background Color

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

This div background color is #e06ecb


#e06ecb Border Color

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

This div border color is #e06ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,110,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e06ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e06ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #e06ecb;
  box-shadow:         1px 1px 3px 2px #e06ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,110,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06ecb


Comments

No comments written yet.

Please login to write comment.