Color Hex Logo

#cc3cc5 Color Hex

#CC3CC5
(204,60,197)
0 Favorites   0 Comments

Color spaces of #cc3cc5

RGB 20460197
HSL0.840.590.52
HSV303°71°80°
CMYK 0.000.710.03   0.20
XYZ36.595720.100354.7743
Yxy20.10030.32830.1803
Hunter Lab44.833467.2441-41.0531
CIE-Lab51.950470.8582-41.9070

#cc3cc5 color RGB value is (204,60,197).

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

The process color (four color CMYK) of #cc3cc5 color hex is 0.00, 0.71, 0.03, 0.20. Web safe color of #cc3cc5 is #cc33cc. Color #cc3cc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111100 11000101
Octal 314 74 305
Decimal 204 60 197
Hex CC 3C C5

RGB Percentages of Color #cc3cc5

%44.25
%13.02
%42.73

CMYK Percentages of Color #cc3cc5

%0
%71
%3
%20

Triadic Colors of #cc3cc5

#cc3cc5 #c5cc3c #3cc5cc

Analogous Colors of #cc3cc5

#cc3cc5 #cc3c7d #8b3ccc

Monochromatic Colors of #cc3cc5

#cc3cc5

Complementary Color

#cc3cc5 #3ccc43

#cc3cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3cc5 Color CSS Codes

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

#cc3cc5 Text Font Color

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

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


#cc3cc5 Background Color

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

This div background color is #cc3cc5


#cc3cc5 Border Color

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

This div border color is #cc3cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3cc5


Comments

No comments written yet.

Please login to write comment.