Color Hex Logo

#cd777d Color Hex

#CD777D
(205,119,125)
0 Favorites   0 Comments

Color spaces of #cd777d

RGB 205119125
HSL0.990.460.64
HSV356°42°80°
CMYK 0.000.420.39   0.20
XYZ35.475327.653522.8699
Yxy27.65350.41250.3216
Hunter Lab52.586628.390911.0254
CIE-Lab59.574434.245611.4145

#cd777d color RGB value is (205,119,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110111 01111101
Octal 315 167 175
Decimal 205 119 125
Hex CD 77 7D

RGB Percentages of Color #cd777d

%45.66
%26.50
%27.84

CMYK Percentages of Color #cd777d

%0
%42
%39
%20

Triadic Colors of #cd777d

#cd777d #7dcd77 #777dcd

Analogous Colors of #cd777d

#cd777d #cd9c77 #cd77a8

Monochromatic Colors of #cd777d

#cd777d

Complementary Color

#cd777d #77cdc7

#cd777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd777d Color CSS Codes

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

#cd777d Text Font Color

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

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


#cd777d Background Color

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

This div background color is #cd777d


#cd777d Border Color

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

This div border color is #cd777d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd777d


Comments

No comments written yet.

Please login to write comment.