Color Hex Logo

#e951cf Color Hex

#E951CF
(233,81,207)
0 Favorites   0 Comments

Color spaces of #e951cf

RGB 23381207
HSL0.860.780.62
HSV310°65°91°
CMYK 0.000.650.11   0.09
XYZ47.809227.713561.8609
Yxy27.71350.34800.2017
Hunter Lab52.643669.9815-32.8205
CIE-Lab59.629071.6568-35.2516

#e951cf color RGB value is (233,81,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 11001111
Octal 351 121 317
Decimal 233 81 207
Hex E9 51 CF

RGB Percentages of Color #e951cf

%44.72
%15.55
%39.73

CMYK Percentages of Color #e951cf

%0
%65
%11
%9

Triadic Colors of #e951cf

#e951cf #cfe951 #51cfe9

Analogous Colors of #e951cf

#e951cf #e95183 #b751e9

Monochromatic Colors of #e951cf

#e951cf

Complementary Color

#e951cf #51e96b

#e951cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e951cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e951cf Color CSS Codes

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

#e951cf Text Font Color

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

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


#e951cf Background Color

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

This div background color is #e951cf


#e951cf Border Color

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

This div border color is #e951cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e951cf


Comments

No comments written yet.

Please login to write comment.