Color Hex Logo

#e258cb Color Hex

#E258CB
(226,88,203)
0 Favorites   0 Comments

Color spaces of #e258cb

RGB 22688203
HSL0.860.700.62
HSV310°61°89°
CMYK 0.000.610.10   0.11
XYZ45.633227.460059.3951
Yxy27.46000.34440.2073
Hunter Lab52.402363.7382-30.5203
CIE-Lab59.397766.5271-33.4195

#e258cb color RGB value is (226,88,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011000 11001011
Octal 342 130 313
Decimal 226 88 203
Hex E2 58 CB

RGB Percentages of Color #e258cb

%43.71
%17.02
%39.26

CMYK Percentages of Color #e258cb

%0
%61
%10
%11

Triadic Colors of #e258cb

#e258cb #cbe258 #58cbe2

Analogous Colors of #e258cb

#e258cb #e25886 #b458e2

Monochromatic Colors of #e258cb

#e258cb

Complementary Color

#e258cb #58e26f

#e258cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e258cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e258cb Color CSS Codes

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

#e258cb Text Font Color

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

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


#e258cb Background Color

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

This div background color is #e258cb


#e258cb Border Color

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

This div border color is #e258cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e258cb


Comments

No comments written yet.

Please login to write comment.