Color Hex Logo

#e416bb Color Hex

#E416BB
(228,22,187)
0 Favorites   0 Comments

Color spaces of #e416bb

RGB 22822187
HSL0.870.820.49
HSV312°90°89°
CMYK 0.000.900.18   0.11
XYZ41.251520.655748.8265
Yxy20.65570.37250.1865
Hunter Lab45.448582.4811-31.8827
CIE-Lab52.570682.9991-34.8584

#e416bb color RGB value is (228,22,187).

#e416bb hex color red value is 228, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e416bb hue: 0.87 , saturation: 0.82 and the lightness value of e416bb is 0.49.

The process color (four color CMYK) of #e416bb color hex is 0.00, 0.90, 0.18, 0.11. Web safe color of #e416bb is #cc00cc. Color #e416bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010110 10111011
Octal 344 26 273
Decimal 228 22 187
Hex E4 16 BB

RGB Percentages of Color #e416bb

%52.17
%5.03
%42.79

CMYK Percentages of Color #e416bb

%0
%90
%18
%11

Triadic Colors of #e416bb

#e416bb #bbe416 #16bbe4

Analogous Colors of #e416bb

#e416bb #e41654 #a616e4

Monochromatic Colors of #e416bb

#e416bb

Complementary Color

#e416bb #16e43f

#e416bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e416bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e416bb Color CSS Codes

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

#e416bb Text Font Color

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

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


#e416bb Background Color

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

This div background color is #e416bb


#e416bb Border Color

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

This div border color is #e416bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e416bb


Comments

No comments written yet.

Please login to write comment.