Color Hex Logo

#cc96ea Color Hex

#CC96EA
(204,150,234)
0 Favorites   0 Comments

Color spaces of #cc96ea

RGB 204150234
HSL0.770.670.75
HSV279°36°92°
CMYK 0.130.360.00   0.08
XYZ50.659540.590683.0066
Yxy40.59060.29070.2329
Hunter Lab63.710830.4402-32.6494
CIE-Lab69.888135.1867-34.6208

#cc96ea color RGB value is (204,150,234).

#cc96ea hex color red value is 204, green value is 150 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc96ea hue: 0.77 , saturation: 0.67 and the lightness value of cc96ea is 0.75.

The process color (four color CMYK) of #cc96ea color hex is 0.13, 0.36, 0.00, 0.08. Web safe color of #cc96ea is #cc99ff. Color #cc96ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 11101010
Octal 314 226 352
Decimal 204 150 234
Hex CC 96 EA

RGB Percentages of Color #cc96ea

%34.69
%25.51
%39.80

CMYK Percentages of Color #cc96ea

%13
%36
%0
%8

Triadic Colors of #cc96ea

#cc96ea #eacc96 #96eacc

Analogous Colors of #cc96ea

#cc96ea #ea96de #a296ea

Monochromatic Colors of #cc96ea

#cc96ea

Complementary Color

#cc96ea #b4ea96

#cc96ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc96ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc96ea Color CSS Codes

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

#cc96ea Text Font Color

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

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


#cc96ea Background Color

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

This div background color is #cc96ea


#cc96ea Border Color

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

This div border color is #cc96ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc96ea


Comments

No comments written yet.

Please login to write comment.