Color Hex Logo

#e07ccb Color Hex

#E07CCB
(224,124,203)
0 Favorites   0 Comments

Color spaces of #e07ccb

RGB 224124203
HSL0.870.620.68
HSV313°45°88°
CMYK 0.000.450.09   0.12
XYZ48.727634.574460.6052
Yxy34.57440.33860.2403
Hunter Lab58.800045.0231-19.9502
CIE-Lab65.416049.2431-24.1456

#e07ccb color RGB value is (224,124,203).

#e07ccb hex color red value is 224, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e07ccb hue: 0.87 , saturation: 0.62 and the lightness value of e07ccb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 11001011
Octal 340 174 313
Decimal 224 124 203
Hex E0 7C CB

RGB Percentages of Color #e07ccb

%40.65
%22.50
%36.84

CMYK Percentages of Color #e07ccb

%0
%45
%9
%12

Triadic Colors of #e07ccb

#e07ccb #cbe07c #7ccbe0

Analogous Colors of #e07ccb

#e07ccb #e07c99 #c37ce0

Monochromatic Colors of #e07ccb

#e07ccb

Complementary Color

#e07ccb #7ce091

#e07ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ccb Color CSS Codes

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

#e07ccb Text Font Color

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

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


#e07ccb Background Color

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

This div background color is #e07ccb


#e07ccb Border Color

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

This div border color is #e07ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ccb


Comments

No comments written yet.

Please login to write comment.