color codes Logo

#cc3ccd color codes

#CC3CCD
(204,60,205)
0 Favorites   0 Comments

Color spaces of #cc3ccd

RGB 20460205
HSL0.830.590.52
HSV300°71°80°
CMYK 0.000.710.00   0.20
XYZ37.537120.476959.7316
Yxy20.47690.31880.1739
Hunter Lab45.251468.8800-46.5865
CIE-Lab52.372272.1330-45.8406

#cc3ccd color RGB value is (204,60,205).

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

The process color (four color CMYK) of #cc3ccd color code is 0.00, 0.71, 0.00, 0.20. Web safe color of #cc3ccd is #cc33cc. Color #cc3ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111100 11001101
Octal 314 74 315
Decimal 204 60 205
Hex CC 3C CD

RGB Percentages of Color #cc3ccd

%43.50
%12.79
%43.71

CMYK Percentages of Color #cc3ccd

%0
%71
%0
%20

Triadic Colors of #cc3ccd

#cc3ccd #cdcc3c #3ccdcc

Analogous Colors of #cc3ccd

#cc3ccd #cd3c86 #843ccd

Monochromatic Colors of #cc3ccd

#cc3ccd

Complementary Color

#cc3ccd #3dcd3c

#cc3ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3ccd Color CSS Codes

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

#cc3ccd Text Font Color

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

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


#cc3ccd Background Color

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

This div background color is #cc3ccd


#cc3ccd Border Color

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

This div border color is #cc3ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3ccd


Comments

No comments written yet.

Please login to write comment.