Color Hex Logo

#cd7472 Color Hex

#CD7472
(205,116,114)
0 Favorites   0 Comments

Color spaces of #cd7472

RGB 205116114
HSL0.000.480.63
HSV44°80°
CMYK 0.000.430.44   0.20
XYZ34.459526.684819.2541
Yxy26.68480.42860.3319
Hunter Lab51.657328.673214.0611
CIE-Lab58.681434.625216.5030

#cd7472 color RGB value is (205,116,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110100 01110010
Octal 315 164 162
Decimal 205 116 114
Hex CD 74 72

RGB Percentages of Color #cd7472

%47.13
%26.67
%26.21

CMYK Percentages of Color #cd7472

%0
%43
%44
%20

Triadic Colors of #cd7472

#cd7472 #72cd74 #7472cd

Analogous Colors of #cd7472

#cd7472 #cda272 #cd729e

Monochromatic Colors of #cd7472

#cd7472

Complementary Color

#cd7472 #72cbcd

#cd7472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7472 Color CSS Codes

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

#cd7472 Text Font Color

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

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


#cd7472 Background Color

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

This div background color is #cd7472


#cd7472 Border Color

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

This div border color is #cd7472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7472


Comments

No comments written yet.

Please login to write comment.