Color Hex Logo

#cd747c Color Hex

#CD747C
(205,116,124)
0 Favorites   0 Comments

Color spaces of #cd747c

RGB 205116124
HSL0.990.470.63
HSV355°43°80°
CMYK 0.000.430.40   0.20
XYZ35.060326.925222.4180
Yxy26.92520.41540.3190
Hunter Lab51.889529.800910.7074
CIE-Lab58.905035.721511.0487

#cd747c color RGB value is (205,116,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110100 01111100
Octal 315 164 174
Decimal 205 116 124
Hex CD 74 7C

RGB Percentages of Color #cd747c

%46.07
%26.07
%27.87

CMYK Percentages of Color #cd747c

%0
%43
%40
%20

Triadic Colors of #cd747c

#cd747c #7ccd74 #747ccd

Analogous Colors of #cd747c

#cd747c #cd9974 #cd74a9

Monochromatic Colors of #cd747c

#cd747c

Complementary Color

#cd747c #74cdc5

#cd747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd747c Color CSS Codes

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

#cd747c Text Font Color

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

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


#cd747c Background Color

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

This div background color is #cd747c


#cd747c Border Color

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

This div border color is #cd747c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd747c


Comments

No comments written yet.

Please login to write comment.