Color Hex Logo

#cc3dac Color Hex

#CC3DAC
(204,61,172)
0 Favorites   0 Comments

Color spaces of #cc3dac

RGB 20461172
HSL0.870.580.52
HSV313°70°80°
CMYK 0.000.700.16   0.20
XYZ34.017019.153440.9338
Yxy19.15340.36150.2035
Hunter Lab43.764662.1550-24.8198
CIE-Lab50.866266.7789-29.0592

#cc3dac color RGB value is (204,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111101 10101100
Octal 314 75 254
Decimal 204 61 172
Hex CC 3D AC

RGB Percentages of Color #cc3dac

%46.68
%13.96
%39.36

CMYK Percentages of Color #cc3dac

%0
%70
%16
%20

Triadic Colors of #cc3dac

#cc3dac #accc3d #3daccc

Analogous Colors of #cc3dac

#cc3dac #cc3d65 #a53dcc

Monochromatic Colors of #cc3dac

#cc3dac

Complementary Color

#cc3dac #3dcc5d

#cc3dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3dac Color CSS Codes

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

#cc3dac Text Font Color

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

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


#cc3dac Background Color

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

This div background color is #cc3dac


#cc3dac Border Color

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

This div border color is #cc3dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3dac


Comments

No comments written yet.

Please login to write comment.