Color Hex Logo

#e955be Color Hex

#E955BE
(233,85,190)
0 Favorites   0 Comments

Color spaces of #e955be

RGB 23385190
HSL0.880.770.62
HSV317°64°91°
CMYK 0.000.640.18   0.09
XYZ46.147027.538351.5984
Yxy27.53830.36830.2198
Hunter Lab52.476965.1341-21.5635
CIE-Lab59.469367.6824-25.8078

#e955be color RGB value is (233,85,190).

#e955be hex color red value is 233, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e955be hue: 0.88 , saturation: 0.77 and the lightness value of e955be is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 10111110
Octal 351 125 276
Decimal 233 85 190
Hex E9 55 BE

RGB Percentages of Color #e955be

%45.87
%16.73
%37.40

CMYK Percentages of Color #e955be

%0
%64
%18
%9

Triadic Colors of #e955be

#e955be #bee955 #55bee9

Analogous Colors of #e955be

#e955be #e95574 #ca55e9

Monochromatic Colors of #e955be

#e955be

Complementary Color

#e955be #55e980

#e955be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e955be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e955be Color CSS Codes

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

#e955be Text Font Color

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

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


#e955be Background Color

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

This div background color is #e955be


#e955be Border Color

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

This div border color is #e955be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e955be


Comments

No comments written yet.

Please login to write comment.