Color Hex Logo

#e96ccd Color Hex

#E96CCD
(233,108,205)
0 Favorites   0 Comments

Color spaces of #e96ccd

RGB 233108205
HSL0.870.740.67
HSV313°54°91°
CMYK 0.000.540.12   0.09
XYZ49.986332.456561.3878
Yxy32.45650.34750.2257
Hunter Lab56.970656.9182-24.0076
CIE-Lab63.718459.9767-27.7775

#e96ccd color RGB value is (233,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101100 11001101
Octal 351 154 315
Decimal 233 108 205
Hex E9 6C CD

RGB Percentages of Color #e96ccd

%42.67
%19.78
%37.55

CMYK Percentages of Color #e96ccd

%0
%54
%12
%9

Triadic Colors of #e96ccd

#e96ccd #cde96c #6ccde9

Analogous Colors of #e96ccd

#e96ccd #e96c8f #c76ce9

Monochromatic Colors of #e96ccd

#e96ccd

Complementary Color

#e96ccd #6ce988

#e96ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96ccd Color CSS Codes

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

#e96ccd Text Font Color

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

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


#e96ccd Background Color

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

This div background color is #e96ccd


#e96ccd Border Color

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

This div border color is #e96ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96ccd


Comments

No comments written yet.

Please login to write comment.