Color Hex Logo

#cc366e Color Hex

#CC366E
(204,54,110)
0 Favorites   0 Comments

Color spaces of #cc366e

RGB 20454110
HSL0.940.600.51
HSV338°74°80°
CMYK 0.000.740.46   0.20
XYZ29.035516.601516.4259
Yxy16.60150.46780.2675
Hunter Lab40.744955.89834.6193
CIE-Lab47.754061.94283.4525

#cc366e color RGB value is (204,54,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 01101110
Octal 314 66 156
Decimal 204 54 110
Hex CC 36 6E

RGB Percentages of Color #cc366e

%55.43
%14.67
%29.89

CMYK Percentages of Color #cc366e

%0
%74
%46
%20

Triadic Colors of #cc366e

#cc366e #6ecc36 #366ecc

Analogous Colors of #cc366e

#cc366e #cc4936 #cc36b9

Monochromatic Colors of #cc366e

#cc366e

Complementary Color

#cc366e #36cc94

#cc366e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc366e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc366e Color CSS Codes

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

#cc366e Text Font Color

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

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


#cc366e Background Color

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

This div background color is #cc366e


#cc366e Border Color

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

This div border color is #cc366e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc366e


Comments

No comments written yet.

Please login to write comment.