Color Hex Logo

#cc3dad Color Hex

#CC3DAD
(204,61,173)
0 Favorites   0 Comments

Color spaces of #cc3dad

RGB 20461173
HSL0.870.580.52
HSV313°70°80°
CMYK 0.000.700.15   0.20
XYZ34.113419.192041.4416
Yxy19.19200.36000.2026
Hunter Lab43.808762.3311-25.4204
CIE-Lab50.911166.9204-29.5762

#cc3dad color RGB value is (204,61,173).

#cc3dad hex color red value is 204, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc3dad hue: 0.87 , saturation: 0.58 and the lightness value of cc3dad is 0.52.

The process color (four color CMYK) of #cc3dad color hex is 0.00, 0.70, 0.15, 0.20. Web safe color of #cc3dad is #cc3399. Color #cc3dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111101 10101101
Octal 314 75 255
Decimal 204 61 173
Hex CC 3D AD

RGB Percentages of Color #cc3dad

%46.58
%13.93
%39.50

CMYK Percentages of Color #cc3dad

%0
%70
%15
%20

Triadic Colors of #cc3dad

#cc3dad #adcc3d #3dadcc

Analogous Colors of #cc3dad

#cc3dad #cc3d66 #a43dcc

Monochromatic Colors of #cc3dad

#cc3dad

Complementary Color

#cc3dad #3dcc5c

#cc3dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3dad Color CSS Codes

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

#cc3dad Text Font Color

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

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


#cc3dad Background Color

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

This div background color is #cc3dad


#cc3dad Border Color

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

This div border color is #cc3dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3dad


Comments

No comments written yet.

Please login to write comment.