Color Hex Logo

#cd737e Color Hex

#CD737E
(205,115,126)
0 Favorites   0 Comments

Color spaces of #cd737e

RGB 205115126
HSL0.980.470.63
HSV353°44°80°
CMYK 0.000.440.39   0.20
XYZ35.073526.747023.0528
Yxy26.74700.41320.3151
Hunter Lab51.717530.54869.7741
CIE-Lab58.739436.48039.6588

#cd737e color RGB value is (205,115,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110011 01111110
Octal 315 163 176
Decimal 205 115 126
Hex CD 73 7E

RGB Percentages of Color #cd737e

%45.96
%25.78
%28.25

CMYK Percentages of Color #cd737e

%0
%44
%39
%20

Triadic Colors of #cd737e

#cd737e #7ecd73 #737ecd

Analogous Colors of #cd737e

#cd737e #cd9573 #cd73ab

Monochromatic Colors of #cd737e

#cd737e

Complementary Color

#cd737e #73cdc2

#cd737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd737e Color CSS Codes

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

#cd737e Text Font Color

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

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


#cd737e Background Color

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

This div background color is #cd737e


#cd737e Border Color

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

This div border color is #cd737e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd737e


Comments

No comments written yet.

Please login to write comment.