Color Hex Logo

#cc9feb Color Hex

#CC9FEB
(204,159,235)
0 Favorites   0 Comments

Color spaces of #cc9feb

RGB 204159235
HSL0.770.660.77
HSV276°32°92°
CMYK 0.130.320.00   0.08
XYZ52.295443.631884.2628
Yxy43.63180.29020.2421
Hunter Lab66.054425.7237-29.3957
CIE-Lab71.981730.4802-31.9282

#cc9feb color RGB value is (204,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 11101011
Octal 314 237 353
Decimal 204 159 235
Hex CC 9F EB

RGB Percentages of Color #cc9feb

%34.11
%26.59
%39.30

CMYK Percentages of Color #cc9feb

%13
%32
%0
%8

Triadic Colors of #cc9feb

#cc9feb #ebcc9f #9febcc

Analogous Colors of #cc9feb

#cc9feb #eb9fe4 #a69feb

Monochromatic Colors of #cc9feb

#cc9feb

Complementary Color

#cc9feb #beeb9f

#cc9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9feb Color CSS Codes

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

#cc9feb Text Font Color

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

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


#cc9feb Background Color

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

This div background color is #cc9feb


#cc9feb Border Color

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

This div border color is #cc9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9feb


Comments

No comments written yet.

Please login to write comment.