Color Hex Logo

#cc39ca Color Hex

#CC39CA
(204,57,202)
0 Favorites   0 Comments

Color spaces of #cc39ca

RGB 20457202
HSL0.840.590.51
HSV301°72°80°
CMYK 0.000.720.01   0.20
XYZ37.025620.027957.7914
Yxy20.02790.32240.1744
Hunter Lab44.752569.3634-45.2376
CIE-Lab51.868772.6291-44.9163

#cc39ca color RGB value is (204,57,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111001 11001010
Octal 314 71 312
Decimal 204 57 202
Hex CC 39 CA

RGB Percentages of Color #cc39ca

%44.06
%12.31
%43.63

CMYK Percentages of Color #cc39ca

%0
%72
%1
%20

Triadic Colors of #cc39ca

#cc39ca #cacc39 #39cacc

Analogous Colors of #cc39ca

#cc39ca #cc3981 #8539cc

Monochromatic Colors of #cc39ca

#cc39ca

Complementary Color

#cc39ca #39cc3b

#cc39ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc39ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc39ca Color CSS Codes

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

#cc39ca Text Font Color

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

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


#cc39ca Background Color

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

This div background color is #cc39ca


#cc39ca Border Color

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

This div border color is #cc39ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,57,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 #cc39ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc39ca


Comments

No comments written yet.

Please login to write comment.