Color Hex Logo

#cc97fc Color Hex

#CC97FC
(204,151,252)
0 Favorites   0 Comments

Color spaces of #cc97fc

RGB 204151252
HSL0.750.940.79
HSV271°40°99°
CMYK 0.190.400.00   0.01
XYZ53.539141.998997.3802
Yxy41.99890.27750.2177
Hunter Lab64.806634.0540-43.7263
CIE-Lab70.870238.4939-42.9173

#cc97fc color RGB value is (204,151,252).

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

The process color (four color CMYK) of #cc97fc color hex is 0.19, 0.40, 0.00, 0.01. Web safe color of #cc97fc is #cc99ff. Color #cc97fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 11111100
Octal 314 227 374
Decimal 204 151 252
Hex CC 97 FC

RGB Percentages of Color #cc97fc

%33.61
%24.88
%41.52

CMYK Percentages of Color #cc97fc

%19
%40
%0
%1

Triadic Colors of #cc97fc

#cc97fc #fccc97 #97fccc

Analogous Colors of #cc97fc

#cc97fc #fc97fa #9a97fc

Monochromatic Colors of #cc97fc

#cc97fc

Complementary Color

#cc97fc #c7fc97

#cc97fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc97fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc97fc Color CSS Codes

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

#cc97fc Text Font Color

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

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


#cc97fc Background Color

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

This div background color is #cc97fc


#cc97fc Border Color

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

This div border color is #cc97fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc97fc


Comments

No comments written yet.

Please login to write comment.