Color Hex Logo

#cc98cc Color Hex

#CC98CC
(204,152,204)
0 Favorites   0 Comments

Color spaces of #cc98cc

RGB 204152204
HSL0.830.340.70
HSV300°25°80°
CMYK 0.000.250.00   0.20
XYZ47.029239.653562.3019
Yxy39.65350.31570.2662
Hunter Lab62.971023.1114-14.5803
CIE-Lab69.222028.1333-19.1046

#cc98cc color RGB value is (204,152,204).

#cc98cc hex color red value is 204, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc98cc hue: 0.83 , saturation: 0.34 and the lightness value of cc98cc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11001100
Octal 314 230 314
Decimal 204 152 204
Hex CC 98 CC

RGB Percentages of Color #cc98cc

%36.43
%27.14
%36.43

CMYK Percentages of Color #cc98cc

%0
%25
%0
%20

Triadic Colors of #cc98cc

#cc98cc #cccc98 #98cccc

Analogous Colors of #cc98cc

#cc98cc #cc98b2 #b298cc

Monochromatic Colors of #cc98cc

#cc98cc

Complementary Color

#cc98cc #98cc98

#cc98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98cc Color CSS Codes

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

#cc98cc Text Font Color

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

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


#cc98cc Background Color

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

This div background color is #cc98cc


#cc98cc Border Color

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

This div border color is #cc98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98cc


Comments

No comments written yet.

Please login to write comment.