Color Hex Logo

#e858be Color Hex

#E858BE
(232,88,190)
0 Favorites   0 Comments

Color spaces of #e858be

RGB 23288190
HSL0.880.760.63
HSV318°62°91°
CMYK 0.000.620.18   0.09
XYZ46.062727.853051.6636
Yxy27.85300.36680.2218
Hunter Lab52.775963.4364-21.0972
CIE-Lab59.755766.2085-25.3796

#e858be color RGB value is (232,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 10111110
Octal 350 130 276
Decimal 232 88 190
Hex E8 58 BE

RGB Percentages of Color #e858be

%45.49
%17.25
%37.25

CMYK Percentages of Color #e858be

%0
%62
%18
%9

Triadic Colors of #e858be

#e858be #bee858 #58bee8

Analogous Colors of #e858be

#e858be #e85876 #ca58e8

Monochromatic Colors of #e858be

#e858be

Complementary Color

#e858be #58e882

#e858be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e858be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e858be Color CSS Codes

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

#e858be Text Font Color

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

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


#e858be Background Color

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

This div background color is #e858be


#e858be Border Color

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

This div border color is #e858be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,88,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e858be


Comments

No comments written yet.

Please login to write comment.