Color Hex Logo

#e070cb Color Hex

#E070CB
(224,112,203)
0 Favorites   0 Comments

Color spaces of #e070cb

RGB 224112203
HSL0.860.640.66
HSV311°50°88°
CMYK 0.000.500.09   0.12
XYZ47.314131.747460.1341
Yxy31.74740.33990.2281
Hunter Lab56.344851.2873-23.8360
CIE-Lab63.133655.1736-27.6534

#e070cb color RGB value is (224,112,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 11001011
Octal 340 160 313
Decimal 224 112 203
Hex E0 70 CB

RGB Percentages of Color #e070cb

%41.56
%20.78
%37.66

CMYK Percentages of Color #e070cb

%0
%50
%9
%12

Triadic Colors of #e070cb

#e070cb #cbe070 #70cbe0

Analogous Colors of #e070cb

#e070cb #e07093 #bd70e0

Monochromatic Colors of #e070cb

#e070cb

Complementary Color

#e070cb #70e085

#e070cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e070cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e070cb Color CSS Codes

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

#e070cb Text Font Color

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

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


#e070cb Background Color

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

This div background color is #e070cb


#e070cb Border Color

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

This div border color is #e070cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e070cb


Comments

No comments written yet.

Please login to write comment.