Color Hex Logo

#e470cf Color Hex

#E470CF
(228,112,207)
0 Favorites   0 Comments

Color spaces of #e470cf

RGB 228112207
HSL0.860.680.67
HSV311°51°89°
CMYK 0.000.510.09   0.11
XYZ49.051632.587362.7362
Yxy32.58730.33980.2257
Hunter Lab57.085353.4802-25.1995
CIE-Lab63.825356.9842-28.7941

#e470cf color RGB value is (228,112,207).

#e470cf hex color red value is 228, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e470cf hue: 0.86 , saturation: 0.68 and the lightness value of e470cf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 11001111
Octal 344 160 317
Decimal 228 112 207
Hex E4 70 CF

RGB Percentages of Color #e470cf

%41.68
%20.48
%37.84

CMYK Percentages of Color #e470cf

%0
%51
%9
%11

Triadic Colors of #e470cf

#e470cf #cfe470 #70cfe4

Analogous Colors of #e470cf

#e470cf #e47095 #bf70e4

Monochromatic Colors of #e470cf

#e470cf

Complementary Color

#e470cf #70e485

#e470cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e470cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e470cf Color CSS Codes

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

#e470cf Text Font Color

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

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


#e470cf Background Color

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

This div background color is #e470cf


#e470cf Border Color

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

This div border color is #e470cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,112,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e470cf


Comments

No comments written yet.

Please login to write comment.