Color Hex Logo

#cc94ce Color Hex

#CC94CE
(204,148,206)
0 Favorites   0 Comments

Color spaces of #cc94ce

RGB 204148206
HSL0.830.370.69
HSV298°28°81°
CMYK 0.010.280.00   0.19
XYZ46.632338.473463.3608
Yxy38.47340.31410.2591
Hunter Lab62.026925.6505-17.1462
CIE-Lab68.368130.6984-21.5123

#cc94ce color RGB value is (204,148,206).

#cc94ce hex color red value is 204, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cc94ce hue: 0.83 , saturation: 0.37 and the lightness value of cc94ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 11001110
Octal 314 224 316
Decimal 204 148 206
Hex CC 94 CE

RGB Percentages of Color #cc94ce

%36.56
%26.52
%36.92

CMYK Percentages of Color #cc94ce

%1
%28
%0
%19

Triadic Colors of #cc94ce

#cc94ce #cecc94 #94cecc

Analogous Colors of #cc94ce

#cc94ce #ce94b3 #af94ce

Monochromatic Colors of #cc94ce

#cc94ce

Complementary Color

#cc94ce #96ce94

#cc94ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc94ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc94ce Color CSS Codes

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

#cc94ce Text Font Color

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

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


#cc94ce Background Color

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

This div background color is #cc94ce


#cc94ce Border Color

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

This div border color is #cc94ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc94ce


Comments

No comments written yet.

Please login to write comment.