Color Hex Logo

#e558cb Color Hex

#E558CB
(229,88,203)
0 Favorites   0 Comments

Color spaces of #e558cb

RGB 22988203
HSL0.860.730.62
HSV311°62°90°
CMYK 0.000.620.11   0.10
XYZ46.582327.949359.4395
Yxy27.94930.34770.2086
Hunter Lab52.867164.7626-29.6539
CIE-Lab59.842967.3038-32.6927

#e558cb color RGB value is (229,88,203).

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

The process color (four color CMYK) of #e558cb color hex is 0.00, 0.62, 0.11, 0.10. Web safe color of #e558cb is #cc66cc. Color #e558cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 11001011
Octal 345 130 313
Decimal 229 88 203
Hex E5 58 CB

RGB Percentages of Color #e558cb

%44.04
%16.92
%39.04

CMYK Percentages of Color #e558cb

%0
%62
%11
%10

Triadic Colors of #e558cb

#e558cb #cbe558 #58cbe5

Analogous Colors of #e558cb

#e558cb #e55885 #b958e5

Monochromatic Colors of #e558cb

#e558cb

Complementary Color

#e558cb #58e572

#e558cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e558cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e558cb Color CSS Codes

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

#e558cb Text Font Color

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

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


#e558cb Background Color

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

This div background color is #e558cb


#e558cb Border Color

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

This div border color is #e558cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e558cb


Comments

No comments written yet.

Please login to write comment.