Color Hex Logo

#cc947d Color Hex

#CC947D
(204,148,125)
0 Favorites   0 Comments

Color spaces of #cc947d

RGB 204148125
HSL0.050.440.65
HSV17°39°80°
CMYK 0.000.270.39   0.20
XYZ39.193435.497824.1881
Yxy35.49780.39640.3590
Hunter Lab59.580013.157217.6357
CIE-Lab66.134418.131120.4832

#cc947d color RGB value is (204,148,125).

#cc947d hex color red value is 204, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cc947d hue: 0.05 , saturation: 0.44 and the lightness value of cc947d is 0.65.

The process color (four color CMYK) of #cc947d color hex is 0.00, 0.27, 0.39, 0.20. Web safe color of #cc947d is #cc9966. Color #cc947d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 01111101
Octal 314 224 175
Decimal 204 148 125
Hex CC 94 7D

RGB Percentages of Color #cc947d

%42.77
%31.03
%26.21

CMYK Percentages of Color #cc947d

%0
%27
%39
%20

Triadic Colors of #cc947d

#cc947d #7dcc94 #947dcc

Analogous Colors of #cc947d

#cc947d #ccbc7d #cc7d8e

Monochromatic Colors of #cc947d

#cc947d

Complementary Color

#cc947d #7db5cc

#cc947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc947d Color CSS Codes

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

#cc947d Text Font Color

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

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


#cc947d Background Color

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

This div background color is #cc947d


#cc947d Border Color

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

This div border color is #cc947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc947d


Comments

No comments written yet.

Please login to write comment.