Color Hex Logo

#cc7984 Color Hex

#CC7984
(204,121,132)
0 Favorites   0 Comments

Color spaces of #cc7984

RGB 204121132
HSL0.980.450.64
HSV352°41°80°
CMYK 0.000.410.35   0.20
XYZ35.904128.178125.3764
Yxy28.17810.40130.3150
Hunter Lab53.083027.83788.8145
CIE-Lab60.049333.64328.0397

#cc7984 color RGB value is (204,121,132).

#cc7984 hex color red value is 204, green value is 121 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cc7984 hue: 0.98 , saturation: 0.45 and the lightness value of cc7984 is 0.64.

The process color (four color CMYK) of #cc7984 color hex is 0.00, 0.41, 0.35, 0.20. Web safe color of #cc7984 is #cc6699. Color #cc7984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 10000100
Octal 314 171 204
Decimal 204 121 132
Hex CC 79 84

RGB Percentages of Color #cc7984

%44.64
%26.48
%28.88

CMYK Percentages of Color #cc7984

%0
%41
%35
%20

Triadic Colors of #cc7984

#cc7984 #84cc79 #7984cc

Analogous Colors of #cc7984

#cc7984 #cc9879 #cc79ae

Monochromatic Colors of #cc7984

#cc7984

Complementary Color

#cc7984 #79ccc1

#cc7984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7984 Color CSS Codes

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

#cc7984 Text Font Color

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

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


#cc7984 Background Color

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

This div background color is #cc7984


#cc7984 Border Color

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

This div border color is #cc7984


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,121,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 #cc7984">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7984


Comments

No comments written yet.

Please login to write comment.