Color Hex Logo

#e955cf Color Hex

#E955CF
(233,85,207)
0 Favorites   0 Comments

Color spaces of #e955cf

RGB 23385207
HSL0.860.770.62
HSV311°64°91°
CMYK 0.000.640.11   0.09
XYZ48.115328.325661.9629
Yxy28.32560.34760.2047
Hunter Lab53.221868.2352-31.7725
CIE-Lab60.181870.1211-34.3895

#e955cf color RGB value is (233,85,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 11001111
Octal 351 125 317
Decimal 233 85 207
Hex E9 55 CF

RGB Percentages of Color #e955cf

%44.38
%16.19
%39.43

CMYK Percentages of Color #e955cf

%0
%64
%11
%9

Triadic Colors of #e955cf

#e955cf #cfe955 #55cfe9

Analogous Colors of #e955cf

#e955cf #e95585 #b955e9

Monochromatic Colors of #e955cf

#e955cf

Complementary Color

#e955cf #55e96f

#e955cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e955cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e955cf Color CSS Codes

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

#e955cf Text Font Color

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

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


#e955cf Background Color

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

This div background color is #e955cf


#e955cf Border Color

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

This div border color is #e955cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,85,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e955cf


Comments

No comments written yet.

Please login to write comment.