Color Hex Logo

#cc3b6c Color Hex

#CC3B6C
(204,59,108)
0 Favorites   0 Comments

Color spaces of #cc3b6c

RGB 20459108
HSL0.940.590.52
HSV340°71°80°
CMYK 0.000.710.47   0.20
XYZ29.172617.048015.9404
Yxy17.04800.46930.2743
Hunter Lab41.289253.86176.0126
CIE-Lab48.320560.03025.4887

#cc3b6c color RGB value is (204,59,108).

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

The process color (four color CMYK) of #cc3b6c color hex is 0.00, 0.71, 0.47, 0.20. Web safe color of #cc3b6c is #cc3366. Color #cc3b6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111011 01101100
Octal 314 73 154
Decimal 204 59 108
Hex CC 3B 6C

RGB Percentages of Color #cc3b6c

%54.99
%15.90
%29.11

CMYK Percentages of Color #cc3b6c

%0
%71
%47
%20

Triadic Colors of #cc3b6c

#cc3b6c #6ccc3b #3b6ccc

Analogous Colors of #cc3b6c

#cc3b6c #cc533b #cc3bb5

Monochromatic Colors of #cc3b6c

#cc3b6c

Complementary Color

#cc3b6c #3bcc9b

#cc3b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3b6c Color CSS Codes

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

#cc3b6c Text Font Color

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

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


#cc3b6c Background Color

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

This div background color is #cc3b6c


#cc3b6c Border Color

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

This div border color is #cc3b6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3b6c


Comments

No comments written yet.

Please login to write comment.