Color Hex Logo

#cc3661 Color Hex

#CC3661
(204,54,97)
0 Favorites   0 Comments

Color spaces of #cc3661

RGB 2045497
HSL0.950.600.51
HSV343°74°80°
CMYK 0.000.740.52   0.20
XYZ28.378716.338812.9672
Yxy16.33880.49200.2832
Hunter Lab40.421354.58289.2746
CIE-Lab47.415960.841510.9384

#cc3661 color RGB value is (204,54,97).

#cc3661 hex color red value is 204, green value is 54 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cc3661 hue: 0.95 , saturation: 0.60 and the lightness value of cc3661 is 0.51.

The process color (four color CMYK) of #cc3661 color hex is 0.00, 0.74, 0.52, 0.20. Web safe color of #cc3661 is #cc3366. Color #cc3661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 01100001
Octal 314 66 141
Decimal 204 54 97
Hex CC 36 61

RGB Percentages of Color #cc3661

%57.46
%15.21
%27.32

CMYK Percentages of Color #cc3661

%0
%74
%52
%20

Triadic Colors of #cc3661

#cc3661 #61cc36 #3661cc

Analogous Colors of #cc3661

#cc3661 #cc5636 #cc36ac

Monochromatic Colors of #cc3661

#cc3661

Complementary Color

#cc3661 #36cca1

#cc3661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3661 Color CSS Codes

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

#cc3661 Text Font Color

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

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


#cc3661 Background Color

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

This div background color is #cc3661


#cc3661 Border Color

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

This div border color is #cc3661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3661


Comments

No comments written yet.

Please login to write comment.