Color Hex Logo

#cc98ce Color Hex

#CC98CE
(204,152,206)
0 Favorites   0 Comments

Color spaces of #cc98ce

RGB 204152206
HSL0.830.360.70
HSV298°26°81°
CMYK 0.010.260.00   0.19
XYZ47.270739.750163.5736
Yxy39.75010.31390.2640
Hunter Lab63.047723.4989-15.6512
CIE-Lab69.291228.5110-20.1075

#cc98ce color RGB value is (204,152,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11001110
Octal 314 230 316
Decimal 204 152 206
Hex CC 98 CE

RGB Percentages of Color #cc98ce

%36.30
%27.05
%36.65

CMYK Percentages of Color #cc98ce

%1
%26
%0
%19

Triadic Colors of #cc98ce

#cc98ce #cecc98 #98cecc

Analogous Colors of #cc98ce

#cc98ce #ce98b5 #b198ce

Monochromatic Colors of #cc98ce

#cc98ce

Complementary Color

#cc98ce #9ace98

#cc98ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98ce Color CSS Codes

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

#cc98ce Text Font Color

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

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


#cc98ce Background Color

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

This div background color is #cc98ce


#cc98ce Border Color

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

This div border color is #cc98ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98ce


Comments

No comments written yet.

Please login to write comment.