Color Hex Logo

#cc747c Color Hex

#CC747C
(204,116,124)
0 Favorites   0 Comments

Color spaces of #cc747c

RGB 204116124
HSL0.980.460.63
HSV355°43°80°
CMYK 0.000.430.39   0.20
XYZ34.785326.783422.4051
Yxy26.78340.41420.3189
Hunter Lab51.752729.410710.5587
CIE-Lab58.773335.349310.8442

#cc747c color RGB value is (204,116,124).

#cc747c hex color red value is 204, green value is 116 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cc747c hue: 0.98 , saturation: 0.46 and the lightness value of cc747c is 0.63.

The process color (four color CMYK) of #cc747c color hex is 0.00, 0.43, 0.39, 0.20. Web safe color of #cc747c is #cc6666. Color #cc747c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 01111100
Octal 314 164 174
Decimal 204 116 124
Hex CC 74 7C

RGB Percentages of Color #cc747c

%45.95
%26.13
%27.93

CMYK Percentages of Color #cc747c

%0
%43
%39
%20

Triadic Colors of #cc747c

#cc747c #7ccc74 #747ccc

Analogous Colors of #cc747c

#cc747c #cc9874 #cc74a8

Monochromatic Colors of #cc747c

#cc747c

Complementary Color

#cc747c #74ccc4

#cc747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc747c Color CSS Codes

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

#cc747c Text Font Color

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

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


#cc747c Background Color

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

This div background color is #cc747c


#cc747c Border Color

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

This div border color is #cc747c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc747c

#cc747c Color Palettes


Comments

No comments written yet.

Please login to write comment.