Color Hex Logo

#e078cb Color Hex

#E078CB
(224,120,203)
0 Favorites   0 Comments

Color spaces of #e078cb

RGB 224120203
HSL0.870.630.67
HSV312°46°88°
CMYK 0.000.460.09   0.12
XYZ48.236433.592060.4415
Yxy33.59200.33900.2361
Hunter Lab57.958647.1301-21.2589
CIE-Lab64.637451.2497-25.3397

#e078cb color RGB value is (224,120,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 11001011
Octal 340 170 313
Decimal 224 120 203
Hex E0 78 CB

RGB Percentages of Color #e078cb

%40.95
%21.94
%37.11

CMYK Percentages of Color #e078cb

%0
%46
%9
%12

Triadic Colors of #e078cb

#e078cb #cbe078 #78cbe0

Analogous Colors of #e078cb

#e078cb #e07897 #c178e0

Monochromatic Colors of #e078cb

#e078cb

Complementary Color

#e078cb #78e08d

#e078cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e078cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e078cb Color CSS Codes

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

#e078cb Text Font Color

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

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


#e078cb Background Color

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

This div background color is #e078cb


#e078cb Border Color

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

This div border color is #e078cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e078cb


Comments

No comments written yet.

Please login to write comment.