Color Hex Logo

#cc95cf Color Hex

#CC95CF
(204,149,207)
0 Favorites   0 Comments

Color spaces of #cc95cf

RGB 204149207
HSL0.820.380.70
HSV297°28°81°
CMYK 0.010.280.00   0.19
XYZ46.911838.837364.0553
Yxy38.83730.31320.2593
Hunter Lab62.319625.3087-17.3176
CIE-Lab68.633230.3417-21.6630

#cc95cf color RGB value is (204,149,207).

#cc95cf hex color red value is 204, green value is 149 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cc95cf hue: 0.82 , saturation: 0.38 and the lightness value of cc95cf is 0.70.

The process color (four color CMYK) of #cc95cf color hex is 0.01, 0.28, 0.00, 0.19. Web safe color of #cc95cf is #cc99cc. Color #cc95cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 11001111
Octal 314 225 317
Decimal 204 149 207
Hex CC 95 CF

RGB Percentages of Color #cc95cf

%36.43
%26.61
%36.96

CMYK Percentages of Color #cc95cf

%1
%28
%0
%19

Triadic Colors of #cc95cf

#cc95cf #cfcc95 #95cfcc

Analogous Colors of #cc95cf

#cc95cf #cf95b5 #af95cf

Monochromatic Colors of #cc95cf

#cc95cf

Complementary Color

#cc95cf #98cf95

#cc95cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc95cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc95cf Color CSS Codes

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

#cc95cf Text Font Color

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

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


#cc95cf Background Color

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

This div background color is #cc95cf


#cc95cf Border Color

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

This div border color is #cc95cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc95cf


Comments

No comments written yet.

Please login to write comment.