Color Hex Logo

#cc3fea Color Hex

#CC3FEA
(204,63,234)
0 Favorites   0 Comments

Color spaces of #cc3fea

RGB 20463234
HSL0.800.800.58
HSV289°73°92°
CMYK 0.130.730.00   0.08
XYZ41.530622.332979.9637
Yxy22.33290.28880.1553
Hunter Lab47.257774.1669-67.2429
CIE-Lab54.378476.0585-59.1012

#cc3fea color RGB value is (204,63,234).

#cc3fea hex color red value is 204, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc3fea hue: 0.80 , saturation: 0.80 and the lightness value of cc3fea is 0.58.

The process color (four color CMYK) of #cc3fea color hex is 0.13, 0.73, 0.00, 0.08. Web safe color of #cc3fea is #cc33ff. Color #cc3fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111111 11101010
Octal 314 77 352
Decimal 204 63 234
Hex CC 3F EA

RGB Percentages of Color #cc3fea

%40.72
%12.57
%46.71

CMYK Percentages of Color #cc3fea

%13
%73
%0
%8

Triadic Colors of #cc3fea

#cc3fea #eacc3f #3feacc

Analogous Colors of #cc3fea

#cc3fea #ea3fb3 #773fea

Monochromatic Colors of #cc3fea

#cc3fea

Complementary Color

#cc3fea #5dea3f

#cc3fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3fea Color CSS Codes

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

#cc3fea Text Font Color

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

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


#cc3fea Background Color

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

This div background color is #cc3fea


#cc3fea Border Color

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

This div border color is #cc3fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3fea


Comments

No comments written yet.

Please login to write comment.