Color Hex Logo

#e470bb Color Hex

#E470BB
(228,112,187)
0 Favorites   0 Comments

Color spaces of #e470bb

RGB 228112187
HSL0.890.680.67
HSV321°51°89°
CMYK 0.000.510.18   0.11
XYZ46.758731.670250.6622
Yxy31.67020.36220.2453
Hunter Lab56.276349.8281-13.9819
CIE-Lab63.069453.8937-18.6520

#e470bb color RGB value is (228,112,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 10111011
Octal 344 160 273
Decimal 228 112 187
Hex E4 70 BB

RGB Percentages of Color #e470bb

%43.26
%21.25
%35.48

CMYK Percentages of Color #e470bb

%0
%51
%18
%11

Triadic Colors of #e470bb

#e470bb #bbe470 #70bbe4

Analogous Colors of #e470bb

#e470bb #e47081 #d370e4

Monochromatic Colors of #e470bb

#e470bb

Complementary Color

#e470bb #70e499

#e470bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e470bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e470bb Color CSS Codes

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

#e470bb Text Font Color

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

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


#e470bb Background Color

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

This div background color is #e470bb


#e470bb Border Color

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

This div border color is #e470bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e470bb


Comments

No comments written yet.

Please login to write comment.