Color Hex Logo

#cc3afa Color Hex

#CC3AFA
(204,58,250)
0 Favorites   0 Comments

Color spaces of #cc3afa

RGB 20458250
HSL0.790.950.60
HSV286°77°98°
CMYK 0.180.770.00   0.02
XYZ43.670222.765692.5350
Yxy22.76560.27470.1432
Hunter Lab47.713379.8760-81.5875
CIE-Lab54.830180.5187-67.3222

#cc3afa color RGB value is (204,58,250).

#cc3afa hex color red value is 204, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cc3afa hue: 0.79 , saturation: 0.95 and the lightness value of cc3afa is 0.60.

The process color (four color CMYK) of #cc3afa color hex is 0.18, 0.77, 0.00, 0.02. Web safe color of #cc3afa is #cc33ff. Color #cc3afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111010 11111010
Octal 314 72 372
Decimal 204 58 250
Hex CC 3A FA

RGB Percentages of Color #cc3afa

%39.84
%11.33
%48.83

CMYK Percentages of Color #cc3afa

%18
%77
%0
%2

Triadic Colors of #cc3afa

#cc3afa #facc3a #3afacc

Analogous Colors of #cc3afa

#cc3afa #fa3ac8 #6c3afa

Monochromatic Colors of #cc3afa

#cc3afa

Complementary Color

#cc3afa #68fa3a

#cc3afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3afa Color CSS Codes

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

#cc3afa Text Font Color

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

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


#cc3afa Background Color

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

This div background color is #cc3afa


#cc3afa Border Color

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

This div border color is #cc3afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3afa

Related Colors


Comments

No comments written yet.

Please login to write comment.