Color Hex Logo

#cc97de Color Hex

#CC97DE
(204,151,222)
0 Favorites   0 Comments

Color spaces of #cc97de

RGB 204151222
HSL0.790.520.73
HSV285°32°87°
CMYK 0.080.320.00   0.13
XYZ49.153340.244574.2845
Yxy40.24450.30030.2459
Hunter Lab63.438627.2875-25.0197
CIE-Lab69.643332.1837-28.4053

#cc97de color RGB value is (204,151,222).

#cc97de hex color red value is 204, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc97de hue: 0.79 , saturation: 0.52 and the lightness value of cc97de is 0.73.

The process color (four color CMYK) of #cc97de color hex is 0.08, 0.32, 0.00, 0.13. Web safe color of #cc97de is #cc99cc. Color #cc97de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 11011110
Octal 314 227 336
Decimal 204 151 222
Hex CC 97 DE

RGB Percentages of Color #cc97de

%35.36
%26.17
%38.47

CMYK Percentages of Color #cc97de

%8
%32
%0
%13

Triadic Colors of #cc97de

#cc97de #decc97 #97decc

Analogous Colors of #cc97de

#cc97de #de97cd #a997de

Monochromatic Colors of #cc97de

#cc97de

Complementary Color

#cc97de #a9de97

#cc97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc97de Color CSS Codes

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

#cc97de Text Font Color

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

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


#cc97de Background Color

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

This div background color is #cc97de


#cc97de Border Color

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

This div border color is #cc97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc97de


Comments

No comments written yet.

Please login to write comment.