Color Hex Logo

#cc3daf Color Hex

#CC3DAF
(204,61,175)
0 Favorites   0 Comments

Color spaces of #cc3daf

RGB 20461175
HSL0.870.580.52
HSV312°70°80°
CMYK 0.000.700.14   0.20
XYZ34.308419.270042.4687
Yxy19.27000.35720.2006
Hunter Lab43.897662.6868-26.6317
CIE-Lab51.001667.2060-30.6078

#cc3daf color RGB value is (204,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111101 10101111
Octal 314 75 257
Decimal 204 61 175
Hex CC 3D AF

RGB Percentages of Color #cc3daf

%46.36
%13.86
%39.77

CMYK Percentages of Color #cc3daf

%0
%70
%14
%20

Triadic Colors of #cc3daf

#cc3daf #afcc3d #3dafcc

Analogous Colors of #cc3daf

#cc3daf #cc3d68 #a23dcc

Monochromatic Colors of #cc3daf

#cc3daf

Complementary Color

#cc3daf #3dcc5a

#cc3daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3daf Color CSS Codes

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

#cc3daf Text Font Color

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

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


#cc3daf Background Color

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

This div background color is #cc3daf


#cc3daf Border Color

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

This div border color is #cc3daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3daf


Comments

No comments written yet.

Please login to write comment.