Color Hex Logo

#d58a7a Color Hex

#D58A7A
(213,138,122)
0 Favorites   0 Comments

Color spaces of #d58a7a

RGB 213138122
HSL0.030.520.66
HSV11°43°84°
CMYK 0.000.350.43   0.16
XYZ40.041933.728222.8121
Yxy33.72820.41460.3492
Hunter Lab58.076021.438217.3642
CIE-Lab64.746326.781020.4317

#d58a7a color RGB value is (213,138,122).

#d58a7a hex color red value is 213, green value is 138 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d58a7a hue: 0.03 , saturation: 0.52 and the lightness value of d58a7a is 0.66.

The process color (four color CMYK) of #d58a7a color hex is 0.00, 0.35, 0.43, 0.16. Web safe color of #d58a7a is #cc9966. Color #d58a7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001010 01111010
Octal 325 212 172
Decimal 213 138 122
Hex D5 8A 7A

RGB Percentages of Color #d58a7a

%45.03
%29.18
%25.79

CMYK Percentages of Color #d58a7a

%0
%35
%43
%16

Triadic Colors of #d58a7a

#d58a7a #7ad58a #8a7ad5

Analogous Colors of #d58a7a

#d58a7a #d5b87a #d57a98

Monochromatic Colors of #d58a7a

#d58a7a

Complementary Color

#d58a7a #7ac5d5

#d58a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58a7a Color CSS Codes

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

#d58a7a Text Font Color

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

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


#d58a7a Background Color

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

This div background color is #d58a7a


#d58a7a Border Color

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

This div border color is #d58a7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58a7a


Comments

No comments written yet.

Please login to write comment.