Color Hex Logo

#e5168b Color Hex

#E5168B
(229,22,139)
0 Favorites   0 Comments

Color spaces of #e5168b

RGB 22922139
HSL0.910.820.49
HSV326°90°90°
CMYK 0.000.900.39   0.10
XYZ37.260219.095926.1481
Yxy19.09590.45160.2315
Hunter Lab43.698975.7265-4.8882
CIE-Lab50.799278.0087-9.1439

#e5168b color RGB value is (229,22,139).

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

The process color (four color CMYK) of #e5168b color hex is 0.00, 0.90, 0.39, 0.10. Web safe color of #e5168b is #cc0099. Color #e5168b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010110 10001011
Octal 345 26 213
Decimal 229 22 139
Hex E5 16 8B

RGB Percentages of Color #e5168b

%58.72
%5.64
%35.64

CMYK Percentages of Color #e5168b

%0
%90
%39
%10

Triadic Colors of #e5168b

#e5168b #8be516 #168be5

Analogous Colors of #e5168b

#e5168b #e51623 #d816e5

Monochromatic Colors of #e5168b

#e5168b

Complementary Color

#e5168b #16e570

#e5168b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5168b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5168b Color CSS Codes

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

#e5168b Text Font Color

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

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


#e5168b Background Color

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

This div background color is #e5168b


#e5168b Border Color

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

This div border color is #e5168b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,22,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5168b


Comments

No comments written yet.

Please login to write comment.