Color Hex Logo

#cd77a5 Color Hex

#CD77A5
(205,119,165)
0 Favorites   0 Comments

Color spaces of #cd77a5

RGB 205119165
HSL0.910.460.64
HSV328°42°80°
CMYK 0.000.420.20   0.20
XYZ38.565228.889439.1409
Yxy28.88940.36180.2710
Hunter Lab53.748934.0145-5.5519
CIE-Lab60.683939.6256-9.9931

#cd77a5 color RGB value is (205,119,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110111 10100101
Octal 315 167 245
Decimal 205 119 165
Hex CD 77 A5

RGB Percentages of Color #cd77a5

%41.92
%24.34
%33.74

CMYK Percentages of Color #cd77a5

%0
%42
%20
%20

Triadic Colors of #cd77a5

#cd77a5 #a5cd77 #77a5cd

Analogous Colors of #cd77a5

#cd77a5 #cd777a #ca77cd

Monochromatic Colors of #cd77a5

#cd77a5

Complementary Color

#cd77a5 #77cd9f

#cd77a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd77a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd77a5 Color CSS Codes

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

#cd77a5 Text Font Color

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

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


#cd77a5 Background Color

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

This div background color is #cd77a5


#cd77a5 Border Color

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

This div border color is #cd77a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd77a5


Comments

No comments written yet.

Please login to write comment.