Color Hex Logo

#cd829f Color Hex

#CD829F
(205,130,159)
0 Favorites   0 Comments

Color spaces of #cd829f

RGB 205130159
HSL0.940.430.66
HSV337°37°80°
CMYK 0.000.370.22   0.20
XYZ39.417531.447636.7934
Yxy31.44760.36610.2921
Hunter Lab56.078227.33140.3540
CIE-Lab62.883732.8508-3.2986

#cd829f color RGB value is (205,130,159).

#cd829f hex color red value is 205, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd829f hue: 0.94 , saturation: 0.43 and the lightness value of cd829f is 0.66.

The process color (four color CMYK) of #cd829f color hex is 0.00, 0.37, 0.22, 0.20. Web safe color of #cd829f is #cc9999. Color #cd829f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 10011111
Octal 315 202 237
Decimal 205 130 159
Hex CD 82 9F

RGB Percentages of Color #cd829f

%41.50
%26.32
%32.19

CMYK Percentages of Color #cd829f

%0
%37
%22
%20

Triadic Colors of #cd829f

#cd829f #9fcd82 #829fcd

Analogous Colors of #cd829f

#cd829f #cd8b82 #cd82c5

Monochromatic Colors of #cd829f

#cd829f

Complementary Color

#cd829f #82cdb0

#cd829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd829f Color CSS Codes

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

#cd829f Text Font Color

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

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


#cd829f Background Color

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

This div background color is #cd829f


#cd829f Border Color

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

This div border color is #cd829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd829f


Comments

No comments written yet.

Please login to write comment.