Color Hex Logo

#e951cc Color Hex

#E951CC
(233,81,204)
0 Favorites   0 Comments

Color spaces of #e951cc

RGB 23381204
HSL0.870.780.62
HSV311°65°91°
CMYK 0.000.650.12   0.09
XYZ47.445827.568159.9473
Yxy27.56810.35160.2043
Hunter Lab52.505369.4150-30.9399
CIE-Lab59.496571.2178-33.7541

#e951cc color RGB value is (233,81,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 11001100
Octal 351 121 314
Decimal 233 81 204
Hex E9 51 CC

RGB Percentages of Color #e951cc

%44.98
%15.64
%39.38

CMYK Percentages of Color #e951cc

%0
%65
%12
%9

Triadic Colors of #e951cc

#e951cc #cce951 #51cce9

Analogous Colors of #e951cc

#e951cc #e95180 #ba51e9

Monochromatic Colors of #e951cc

#e951cc

Complementary Color

#e951cc #51e96e

#e951cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e951cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e951cc Color CSS Codes

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

#e951cc Text Font Color

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

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


#e951cc Background Color

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

This div background color is #e951cc


#e951cc Border Color

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

This div border color is #e951cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e951cc


Comments

No comments written yet.

Please login to write comment.