Color Hex Logo

#cc05f6 Color Hex

#CC05F6
(204,5,246)
0 Favorites   0 Comments

Color spaces of #cc05f6

RGB 2045246
HSL0.800.960.49
HSV290°98°96°
CMYK 0.170.980.00   0.04
XYZ41.590719.599788.7798
Yxy19.59970.27730.1307
Hunter Lab44.271590.2158-87.9069
CIE-Lab51.381689.1591-70.6698

#cc05f6 color RGB value is (204,5,246).

#cc05f6 hex color red value is 204, green value is 5 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #cc05f6 hue: 0.80 , saturation: 0.96 and the lightness value of cc05f6 is 0.49.

The process color (four color CMYK) of #cc05f6 color hex is 0.17, 0.98, 0.00, 0.04. Web safe color of #cc05f6 is #cc00ff. Color #cc05f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 11110110
Octal 314 5 366
Decimal 204 5 246
Hex CC 5 F6

RGB Percentages of Color #cc05f6

%44.84
%1.10
%54.07

CMYK Percentages of Color #cc05f6

%17
%98
%0
%4

Triadic Colors of #cc05f6

#cc05f6 #f6cc05 #05f6cc

Analogous Colors of #cc05f6

#cc05f6 #f605a8 #5305f6

Monochromatic Colors of #cc05f6

#cc05f6

Complementary Color

#cc05f6 #2ff605

#cc05f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc05f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc05f6 Color CSS Codes

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

#cc05f6 Text Font Color

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

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


#cc05f6 Background Color

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

This div background color is #cc05f6


#cc05f6 Border Color

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

This div border color is #cc05f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc05f6


Comments

No comments written yet.

Please login to write comment.