Color Hex Logo

#cd767e Color Hex

#CD767E
(205,118,126)
0 Favorites   0 Comments

Color spaces of #cd767e

RGB 205118126
HSL0.980.470.63
HSV354°42°80°
CMYK 0.000.420.39   0.20
XYZ35.421227.442423.1687
Yxy27.44240.41170.3190
Hunter Lab52.385529.020710.4475
CIE-Lab59.381634.893510.5666

#cd767e color RGB value is (205,118,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 01111110
Octal 315 166 176
Decimal 205 118 126
Hex CD 76 7E

RGB Percentages of Color #cd767e

%45.66
%26.28
%28.06

CMYK Percentages of Color #cd767e

%0
%42
%39
%20

Triadic Colors of #cd767e

#cd767e #7ecd76 #767ecd

Analogous Colors of #cd767e

#cd767e #cd9a76 #cd76aa

Monochromatic Colors of #cd767e

#cd767e

Complementary Color

#cd767e #76cdc5

#cd767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd767e Color CSS Codes

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

#cd767e Text Font Color

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

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


#cd767e Background Color

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

This div background color is #cd767e


#cd767e Border Color

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

This div border color is #cd767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd767e


Comments

No comments written yet.

Please login to write comment.