Color Hex Logo

#cc3dab Color Hex

#CC3DAB
(204,61,171)
0 Favorites   0 Comments

Color spaces of #cc3dab

RGB 20461171
HSL0.870.580.52
HSV314°70°80°
CMYK 0.000.700.16   0.20
XYZ33.921319.115140.4298
Yxy19.11510.36290.2045
Hunter Lab43.720861.9798-24.2225
CIE-Lab50.821666.6379-28.5412

#cc3dab color RGB value is (204,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111101 10101011
Octal 314 75 253
Decimal 204 61 171
Hex CC 3D AB

RGB Percentages of Color #cc3dab

%46.79
%13.99
%39.22

CMYK Percentages of Color #cc3dab

%0
%70
%16
%20

Triadic Colors of #cc3dab

#cc3dab #abcc3d #3dabcc

Analogous Colors of #cc3dab

#cc3dab #cc3d64 #a63dcc

Monochromatic Colors of #cc3dab

#cc3dab

Complementary Color

#cc3dab #3dcc5e

#cc3dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3dab Color CSS Codes

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

#cc3dab Text Font Color

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

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


#cc3dab Background Color

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

This div background color is #cc3dab


#cc3dab Border Color

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

This div border color is #cc3dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3dab


Comments

No comments written yet.

Please login to write comment.