Color Hex Logo

#cd828a Color Hex

#CD828A
(205,130,138)
0 Favorites   0 Comments

Color spaces of #cd828a

RGB 205130138
HSL0.980.430.66
HSV354°37°80°
CMYK 0.000.370.33   0.20
XYZ37.746930.779427.9963
Yxy30.77940.39110.3189
Hunter Lab55.479224.35928.9161
CIE-Lab62.321029.93247.8587

#cd828a color RGB value is (205,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 10001010
Octal 315 202 212
Decimal 205 130 138
Hex CD 82 8A

RGB Percentages of Color #cd828a

%43.34
%27.48
%29.18

CMYK Percentages of Color #cd828a

%0
%37
%33
%20

Triadic Colors of #cd828a

#cd828a #8acd82 #828acd

Analogous Colors of #cd828a

#cd828a #cda082 #cd82b0

Monochromatic Colors of #cd828a

#cd828a

Complementary Color

#cd828a #82cdc5

#cd828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd828a Color CSS Codes

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

#cd828a Text Font Color

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

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


#cd828a Background Color

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

This div background color is #cd828a


#cd828a Border Color

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

This div border color is #cd828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd828a


Comments

No comments written yet.

Please login to write comment.