Color Hex Logo

#e96ccf Color Hex

#E96CCF
(233,108,207)
0 Favorites   0 Comments

Color spaces of #e96ccf

RGB 233108207
HSL0.870.740.67
HSV312°54°91°
CMYK 0.000.540.11   0.09
XYZ50.229332.553862.6676
Yxy32.55380.34530.2238
Hunter Lab57.055957.2949-25.1822
CIE-Lab63.798060.2866-28.7806

#e96ccf color RGB value is (233,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101100 11001111
Octal 351 154 317
Decimal 233 108 207
Hex E9 6C CF

RGB Percentages of Color #e96ccf

%42.52
%19.71
%37.77

CMYK Percentages of Color #e96ccf

%0
%54
%11
%9

Triadic Colors of #e96ccf

#e96ccf #cfe96c #6ccfe9

Analogous Colors of #e96ccf

#e96ccf #e96c91 #c56ce9

Monochromatic Colors of #e96ccf

#e96ccf

Complementary Color

#e96ccf #6ce986

#e96ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96ccf Color CSS Codes

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

#e96ccf Text Font Color

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

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


#e96ccf Background Color

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

This div background color is #e96ccf


#e96ccf Border Color

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

This div border color is #e96ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96ccf


Comments

No comments written yet.

Please login to write comment.