Color Hex Logo

#cc96eb Color Hex

#CC96EB
(204,150,235)
0 Favorites   0 Comments

Color spaces of #cc96eb

RGB 204150235
HSL0.770.680.75
HSV278°36°92°
CMYK 0.130.360.00   0.08
XYZ50.803640.648283.7655
Yxy40.64820.28990.2320
Hunter Lab63.755930.6639-33.2688
CIE-Lab69.928735.3957-35.1059

#cc96eb color RGB value is (204,150,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 11101011
Octal 314 226 353
Decimal 204 150 235
Hex CC 96 EB

RGB Percentages of Color #cc96eb

%34.63
%25.47
%39.90

CMYK Percentages of Color #cc96eb

%13
%36
%0
%8

Triadic Colors of #cc96eb

#cc96eb #ebcc96 #96ebcc

Analogous Colors of #cc96eb

#cc96eb #eb96e0 #a296eb

Monochromatic Colors of #cc96eb

#cc96eb

Complementary Color

#cc96eb #b5eb96

#cc96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc96eb Color CSS Codes

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

#cc96eb Text Font Color

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

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


#cc96eb Background Color

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

This div background color is #cc96eb


#cc96eb Border Color

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

This div border color is #cc96eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc96eb


Comments

No comments written yet.

Please login to write comment.