Color Hex Logo

#e159cb Color Hex

#E159CB
(225,89,203)
0 Favorites   0 Comments

Color spaces of #e159cb

RGB 22589203
HSL0.860.690.62
HSV310°60°88°
CMYK 0.000.600.10   0.12
XYZ45.403227.464159.4080
Yxy27.46410.34320.2076
Hunter Lab52.406262.9363-30.5272
CIE-Lab59.401565.8520-33.4249

#e159cb color RGB value is (225,89,203).

#e159cb hex color red value is 225, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e159cb hue: 0.86 , saturation: 0.69 and the lightness value of e159cb is 0.62.

The process color (four color CMYK) of #e159cb color hex is 0.00, 0.60, 0.10, 0.12. Web safe color of #e159cb is #cc66cc. Color #e159cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 11001011
Octal 341 131 313
Decimal 225 89 203
Hex E1 59 CB

RGB Percentages of Color #e159cb

%43.52
%17.21
%39.26

CMYK Percentages of Color #e159cb

%0
%60
%10
%12

Triadic Colors of #e159cb

#e159cb #cbe159 #59cbe1

Analogous Colors of #e159cb

#e159cb #e15987 #b359e1

Monochromatic Colors of #e159cb

#e159cb

Complementary Color

#e159cb #59e16f

#e159cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e159cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e159cb Color CSS Codes

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

#e159cb Text Font Color

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

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


#e159cb Background Color

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

This div background color is #e159cb


#e159cb Border Color

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

This div border color is #e159cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,89,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e159cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e159cb;
  -webkit-box-shadow: 1px 1px 3px 2px #e159cb;
  box-shadow:         1px 1px 3px 2px #e159cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,89,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e159cb


Comments

No comments written yet.

Please login to write comment.