Color Hex Logo

#d5828d Color Hex

#D5828D
(213,130,141)
0 Favorites   0 Comments

Color spaces of #d5828d

RGB 213130141
HSL0.980.500.67
HSV352°39°84°
CMYK 0.000.390.34   0.16
XYZ40.230932.034529.2622
Yxy32.03450.39630.3155
Hunter Lab56.599027.83058.9659
CIE-Lab63.371433.29597.7811

#d5828d color RGB value is (213,130,141).

#d5828d hex color red value is 213, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d5828d hue: 0.98 , saturation: 0.50 and the lightness value of d5828d is 0.67.

The process color (four color CMYK) of #d5828d color hex is 0.00, 0.39, 0.34, 0.16. Web safe color of #d5828d is #cc9999. Color #d5828d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 10001101
Octal 325 202 215
Decimal 213 130 141
Hex D5 82 8D

RGB Percentages of Color #d5828d

%44.01
%26.86
%29.13

CMYK Percentages of Color #d5828d

%0
%39
%34
%16

Triadic Colors of #d5828d

#d5828d #8dd582 #828dd5

Analogous Colors of #d5828d

#d5828d #d5a182 #d582b7

Monochromatic Colors of #d5828d

#d5828d

Complementary Color

#d5828d #82d5ca

#d5828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5828d Color CSS Codes

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

#d5828d Text Font Color

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

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


#d5828d Background Color

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

This div background color is #d5828d


#d5828d Border Color

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

This div border color is #d5828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5828d


Comments

No comments written yet.

Please login to write comment.