Color Hex Logo

#e96fcc Color Hex

#E96FCC
(233,111,204)
0 Favorites   0 Comments

Color spaces of #e96fcc

RGB 233111204
HSL0.870.730.67
HSV314°52°91°
CMYK 0.000.520.12   0.09
XYZ50.187833.052260.8613
Yxy33.05220.34830.2294
Hunter Lab57.491055.2153-22.5220
CIE-Lab64.203258.4288-26.4681

#e96fcc color RGB value is (233,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101111 11001100
Octal 351 157 314
Decimal 233 111 204
Hex E9 6F CC

RGB Percentages of Color #e96fcc

%42.52
%20.26
%37.23

CMYK Percentages of Color #e96fcc

%0
%52
%12
%9

Triadic Colors of #e96fcc

#e96fcc #cce96f #6fcce9

Analogous Colors of #e96fcc

#e96fcc #e96f8f #c96fe9

Monochromatic Colors of #e96fcc

#e96fcc

Complementary Color

#e96fcc #6fe98c

#e96fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96fcc Color CSS Codes

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

#e96fcc Text Font Color

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

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


#e96fcc Background Color

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

This div background color is #e96fcc


#e96fcc Border Color

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

This div border color is #e96fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96fcc


Comments

No comments written yet.

Please login to write comment.