Color Hex Logo

#cc3afe Color Hex

#CC3AFE
(204,58,254)
0 Favorites   0 Comments

Color spaces of #cc3afe

RGB 20458254
HSL0.790.990.61
HSV285°77°100°
CMYK 0.200.770.00   0.00
XYZ44.304323.019295.8740
Yxy23.01920.27150.1411
Hunter Lab47.978380.8690-84.8930
CIE-Lab55.092181.2477-69.1222

#cc3afe color RGB value is (204,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111010 11111110
Octal 314 72 376
Decimal 204 58 254
Hex CC 3A FE

RGB Percentages of Color #cc3afe

%39.53
%11.24
%49.22

CMYK Percentages of Color #cc3afe

%20
%77
%0
%0

Triadic Colors of #cc3afe

#cc3afe #fecc3a #3afecc

Analogous Colors of #cc3afe

#cc3afe #fe3ace #6a3afe

Monochromatic Colors of #cc3afe

#cc3afe

Complementary Color

#cc3afe #6cfe3a

#cc3afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3afe Color CSS Codes

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

#cc3afe Text Font Color

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

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


#cc3afe Background Color

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

This div background color is #cc3afe


#cc3afe Border Color

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

This div border color is #cc3afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3afe


Comments

No comments written yet.

Please login to write comment.