Color Hex Logo

#cc9384 Color Hex

#CC9384
(204,147,132)
0 Favorites   0 Comments

Color spaces of #cc9384

RGB 204147132
HSL0.030.410.66
HSV13°35°80°
CMYK 0.000.280.35   0.20
XYZ39.500435.370726.5751
Yxy35.37070.38940.3487
Hunter Lab59.473314.476215.1381
CIE-Lab66.036319.523316.4538

#cc9384 color RGB value is (204,147,132).

#cc9384 hex color red value is 204, green value is 147 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cc9384 hue: 0.03 , saturation: 0.41 and the lightness value of cc9384 is 0.66.

The process color (four color CMYK) of #cc9384 color hex is 0.00, 0.28, 0.35, 0.20. Web safe color of #cc9384 is #cc9999. Color #cc9384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 10000100
Octal 314 223 204
Decimal 204 147 132
Hex CC 93 84

RGB Percentages of Color #cc9384

%42.24
%30.43
%27.33

CMYK Percentages of Color #cc9384

%0
%28
%35
%20

Triadic Colors of #cc9384

#cc9384 #84cc93 #9384cc

Analogous Colors of #cc9384

#cc9384 #ccb784 #cc8499

Monochromatic Colors of #cc9384

#cc9384

Complementary Color

#cc9384 #84bdcc

#cc9384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9384 Color CSS Codes

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

#cc9384 Text Font Color

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

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


#cc9384 Background Color

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

This div background color is #cc9384


#cc9384 Border Color

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

This div border color is #cc9384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9384


Comments

No comments written yet.

Please login to write comment.