Color Hex Logo

#d5828f Color Hex

#D5828F
(213,130,143)
0 Favorites   0 Comments

Color spaces of #d5828f

RGB 213130143
HSL0.970.500.67
HSV351°39°84°
CMYK 0.000.390.33   0.16
XYZ40.381132.094630.0532
Yxy32.09460.39390.3130
Hunter Lab56.652128.09208.2039
CIE-Lab63.421033.54876.7140

#d5828f color RGB value is (213,130,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 10001111
Octal 325 202 217
Decimal 213 130 143
Hex D5 82 8F

RGB Percentages of Color #d5828f

%43.83
%26.75
%29.42

CMYK Percentages of Color #d5828f

%0
%39
%33
%16

Triadic Colors of #d5828f

#d5828f #8fd582 #828fd5

Analogous Colors of #d5828f

#d5828f #d59f82 #d582b9

Monochromatic Colors of #d5828f

#d5828f

Complementary Color

#d5828f #82d5c8

#d5828f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5828f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5828f Color CSS Codes

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

#d5828f Text Font Color

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

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


#d5828f Background Color

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

This div background color is #d5828f


#d5828f Border Color

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

This div border color is #d5828f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5828f


Comments

No comments written yet.

Please login to write comment.