Color Hex Logo

#cd777e Color Hex

#CD777E
(205,119,126)
0 Favorites   0 Comments

Color spaces of #cd777e

RGB 205119126
HSL0.990.460.64
HSV355°42°80°
CMYK 0.000.420.39   0.20
XYZ35.539627.679123.2081
Yxy27.67910.41120.3203
Hunter Lab52.610928.510710.6732
CIE-Lab59.597734.362510.8715

#cd777e color RGB value is (205,119,126).

#cd777e hex color red value is 205, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cd777e hue: 0.99 , saturation: 0.46 and the lightness value of cd777e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110111 01111110
Octal 315 167 176
Decimal 205 119 126
Hex CD 77 7E

RGB Percentages of Color #cd777e

%45.56
%26.44
%28.00

CMYK Percentages of Color #cd777e

%0
%42
%39
%20

Triadic Colors of #cd777e

#cd777e #7ecd77 #777ecd

Analogous Colors of #cd777e

#cd777e #cd9b77 #cd77a9

Monochromatic Colors of #cd777e

#cd777e

Complementary Color

#cd777e #77cdc6

#cd777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd777e Color CSS Codes

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

#cd777e Text Font Color

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

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


#cd777e Background Color

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

This div background color is #cd777e


#cd777e Border Color

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

This div border color is #cd777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd777e


Comments

No comments written yet.

Please login to write comment.