Color Hex Logo

#e472bb Color Hex

#E472BB
(228,114,187)
0 Favorites   0 Comments

Color spaces of #e472bb

RGB 228114187
HSL0.890.680.67
HSV322°50°89°
CMYK 0.000.500.18   0.11
XYZ46.981932.116550.7366
Yxy32.11650.36190.2474
Hunter Lab56.671448.8056-13.4110
CIE-Lab63.439152.9272-18.0904

#e472bb color RGB value is (228,114,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10111011
Octal 344 162 273
Decimal 228 114 187
Hex E4 72 BB

RGB Percentages of Color #e472bb

%43.10
%21.55
%35.35

CMYK Percentages of Color #e472bb

%0
%50
%18
%11

Triadic Colors of #e472bb

#e472bb #bbe472 #72bbe4

Analogous Colors of #e472bb

#e472bb #e47282 #d472e4

Monochromatic Colors of #e472bb

#e472bb

Complementary Color

#e472bb #72e49b

#e472bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e472bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e472bb Color CSS Codes

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

#e472bb Text Font Color

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

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


#e472bb Background Color

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

This div background color is #e472bb


#e472bb Border Color

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

This div border color is #e472bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e472bb


Comments

No comments written yet.

Please login to write comment.