Color Hex Logo

#cc93fc Color Hex

#CC93FC
(204,147,252)
0 Favorites   0 Comments

Color spaces of #cc93fc

RGB 204147252
HSL0.760.950.78
HSV273°42°99°
CMYK 0.190.420.00   0.01
XYZ52.906240.733197.1693
Yxy40.73310.27730.2135
Hunter Lab63.822536.2798-45.5929
CIE-Lab69.988540.6605-44.2981

#cc93fc color RGB value is (204,147,252).

#cc93fc hex color red value is 204, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc93fc hue: 0.76 , saturation: 0.95 and the lightness value of cc93fc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 11111100
Octal 314 223 374
Decimal 204 147 252
Hex CC 93 FC

RGB Percentages of Color #cc93fc

%33.83
%24.38
%41.79

CMYK Percentages of Color #cc93fc

%19
%42
%0
%1

Triadic Colors of #cc93fc

#cc93fc #fccc93 #93fccc

Analogous Colors of #cc93fc

#cc93fc #fc93f8 #9893fc

Monochromatic Colors of #cc93fc

#cc93fc

Complementary Color

#cc93fc #c3fc93

#cc93fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc93fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc93fc Color CSS Codes

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

#cc93fc Text Font Color

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

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


#cc93fc Background Color

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

This div background color is #cc93fc


#cc93fc Border Color

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

This div border color is #cc93fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc93fc


Comments

No comments written yet.

Please login to write comment.