Color Hex Logo

#e858cb Color Hex

#E858CB
(232,88,203)
0 Favorites   0 Comments

Color spaces of #e858cb

RGB 23288203
HSL0.870.760.63
HSV312°62°91°
CMYK 0.000.620.13   0.09
XYZ47.547928.447059.4847
Yxy28.44700.35100.2100
Hunter Lab53.335765.7922-28.7904
CIE-Lab60.290468.0800-31.9625

#e858cb color RGB value is (232,88,203).

#e858cb hex color red value is 232, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e858cb hue: 0.87 , saturation: 0.76 and the lightness value of e858cb is 0.63.

The process color (four color CMYK) of #e858cb color hex is 0.00, 0.62, 0.13, 0.09. Web safe color of #e858cb is #ff66cc. Color #e858cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 11001011
Octal 350 130 313
Decimal 232 88 203
Hex E8 58 CB

RGB Percentages of Color #e858cb

%44.36
%16.83
%38.81

CMYK Percentages of Color #e858cb

%0
%62
%13
%9

Triadic Colors of #e858cb

#e858cb #cbe858 #58cbe8

Analogous Colors of #e858cb

#e858cb #e85883 #bd58e8

Monochromatic Colors of #e858cb

#e858cb

Complementary Color

#e858cb #58e875

#e858cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e858cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e858cb Color CSS Codes

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

#e858cb Text Font Color

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

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


#e858cb Background Color

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

This div background color is #e858cb


#e858cb Border Color

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

This div border color is #e858cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e858cb


Comments

No comments written yet.

Please login to write comment.