Color Hex Logo

#cc94cc Color Hex

#CC94CC
(204,148,204)
0 Favorites   0 Comments

Color spaces of #cc94cc

RGB 204148204
HSL0.830.350.69
HSV300°27°80°
CMYK 0.000.270.00   0.20
XYZ46.390838.376862.0891
Yxy38.37680.31590.2613
Hunter Lab61.949025.2598-16.0598
CIE-Lab68.297430.3210-20.5095

#cc94cc color RGB value is (204,148,204).

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

The process color (four color CMYK) of #cc94cc color hex is 0.00, 0.27, 0.00, 0.20. Web safe color of #cc94cc is #cc99cc. Color #cc94cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 11001100
Octal 314 224 314
Decimal 204 148 204
Hex CC 94 CC

RGB Percentages of Color #cc94cc

%36.69
%26.62
%36.69

CMYK Percentages of Color #cc94cc

%0
%27
%0
%20

Triadic Colors of #cc94cc

#cc94cc #cccc94 #94cccc

Analogous Colors of #cc94cc

#cc94cc #cc94b0 #b094cc

Monochromatic Colors of #cc94cc

#cc94cc

Complementary Color

#cc94cc #94cc94

#cc94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc94cc Color CSS Codes

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

#cc94cc Text Font Color

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

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


#cc94cc Background Color

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

This div background color is #cc94cc


#cc94cc Border Color

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

This div border color is #cc94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc94cc


Comments

No comments written yet.

Please login to write comment.