Color Hex Logo

#e06ccb Color Hex

#E06CCB
(224,108,203)
0 Favorites   0 Comments

Color spaces of #e06ccb

RGB 224108203
HSL0.860.650.65
HSV311°52°88°
CMYK 0.000.520.09   0.12
XYZ46.882530.884259.9902
Yxy30.88420.34030.2242
Hunter Lab55.573653.3310-25.1005
CIE-Lab62.409857.0848-28.7703

#e06ccb color RGB value is (224,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101100 11001011
Octal 340 154 313
Decimal 224 108 203
Hex E0 6C CB

RGB Percentages of Color #e06ccb

%41.87
%20.19
%37.94

CMYK Percentages of Color #e06ccb

%0
%52
%9
%12

Triadic Colors of #e06ccb

#e06ccb #cbe06c #6ccbe0

Analogous Colors of #e06ccb

#e06ccb #e06c91 #bb6ce0

Monochromatic Colors of #e06ccb

#e06ccb

Complementary Color

#e06ccb #6ce081

#e06ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06ccb Color CSS Codes

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

#e06ccb Text Font Color

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

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


#e06ccb Background Color

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

This div background color is #e06ccb


#e06ccb Border Color

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

This div border color is #e06ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,108,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 #e06ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06ccb


Comments

No comments written yet.

Please login to write comment.