Color Hex Logo

#cd79aa Color Hex

#CD79AA
(205,121,170)
0 Favorites   0 Comments

Color spaces of #cd79aa

RGB 205121170
HSL0.900.460.64
HSV325°41°80°
CMYK 0.000.410.17   0.20
XYZ39.269929.556241.6654
Yxy29.55620.35540.2675
Hunter Lab54.365633.7960-7.3835
CIE-Lab61.269439.3429-11.9775

#cd79aa color RGB value is (205,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111001 10101010
Octal 315 171 252
Decimal 205 121 170
Hex CD 79 AA

RGB Percentages of Color #cd79aa

%41.33
%24.40
%34.27

CMYK Percentages of Color #cd79aa

%0
%41
%17
%20

Triadic Colors of #cd79aa

#cd79aa #aacd79 #79aacd

Analogous Colors of #cd79aa

#cd79aa #cd7980 #c679cd

Monochromatic Colors of #cd79aa

#cd79aa

Complementary Color

#cd79aa #79cd9c

#cd79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd79aa Color CSS Codes

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

#cd79aa Text Font Color

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

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


#cd79aa Background Color

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

This div background color is #cd79aa


#cd79aa Border Color

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

This div border color is #cd79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd79aa


Comments

No comments written yet.

Please login to write comment.