Color Hex Logo

#e470bf Color Hex

#E470BF
(228,112,191)
0 Favorites   0 Comments

Color spaces of #e470bf

RGB 228112191
HSL0.890.680.67
HSV319°51°89°
CMYK 0.000.510.16   0.11
XYZ47.193031.843952.9494
Yxy31.84390.35760.2413
Hunter Lab56.430450.5272-16.1313
CIE-Lab63.213754.4900-20.7012

#e470bf color RGB value is (228,112,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 10111111
Octal 344 160 277
Decimal 228 112 191
Hex E4 70 BF

RGB Percentages of Color #e470bf

%42.94
%21.09
%35.97

CMYK Percentages of Color #e470bf

%0
%51
%16
%11

Triadic Colors of #e470bf

#e470bf #bfe470 #70bfe4

Analogous Colors of #e470bf

#e470bf #e47085 #cf70e4

Monochromatic Colors of #e470bf

#e470bf

Complementary Color

#e470bf #70e495

#e470bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e470bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e470bf Color CSS Codes

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

#e470bf Text Font Color

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

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


#e470bf Background Color

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

This div background color is #e470bf


#e470bf Border Color

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

This div border color is #e470bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e470bf


Comments

No comments written yet.

Please login to write comment.