Color Hex Logo

#cc30ca Color Hex

#CC30CA
(204,48,202)
0 Favorites   0 Comments

Color spaces of #cc30ca

RGB 20448202
HSL0.840.620.49
HSV301°76°80°
CMYK 0.000.760.01   0.20
XYZ36.619519.215557.6560
Yxy19.21550.32270.1693
Hunter Lab43.835572.4041-47.2982
CIE-Lab50.938475.2993-46.3938

#cc30ca color RGB value is (204,48,202).

#cc30ca hex color red value is 204, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc30ca hue: 0.84 , saturation: 0.62 and the lightness value of cc30ca is 0.49.

The process color (four color CMYK) of #cc30ca color hex is 0.00, 0.76, 0.01, 0.20. Web safe color of #cc30ca is #cc33cc. Color #cc30ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 11001010
Octal 314 60 312
Decimal 204 48 202
Hex CC 30 CA

RGB Percentages of Color #cc30ca

%44.93
%10.57
%44.49

CMYK Percentages of Color #cc30ca

%0
%76
%1
%20

Triadic Colors of #cc30ca

#cc30ca #cacc30 #30cacc

Analogous Colors of #cc30ca

#cc30ca #cc307c #8030cc

Monochromatic Colors of #cc30ca

#cc30ca

Complementary Color

#cc30ca #30cc32

#cc30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc30ca Color CSS Codes

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

#cc30ca Text Font Color

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

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


#cc30ca Background Color

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

This div background color is #cc30ca


#cc30ca Border Color

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

This div border color is #cc30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc30ca


Comments

No comments written yet.

Please login to write comment.