Color Hex Logo

#d5927a Color Hex

#D5927A
(213,146,122)
0 Favorites   0 Comments

Color spaces of #d5927a

RGB 213146122
HSL0.040.520.66
HSV16°43°84°
CMYK 0.000.310.43   0.16
XYZ41.232336.109023.2089
Yxy36.10900.41010.3591
Hunter Lab60.090817.322019.1639
CIE-Lab66.603122.455422.9485

#d5927a color RGB value is (213,146,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 01111010
Octal 325 222 172
Decimal 213 146 122
Hex D5 92 7A

RGB Percentages of Color #d5927a

%44.28
%30.35
%25.36

CMYK Percentages of Color #d5927a

%0
%31
%43
%16

Triadic Colors of #d5927a

#d5927a #7ad592 #927ad5

Analogous Colors of #d5927a

#d5927a #d5c07a #d57a90

Monochromatic Colors of #d5927a

#d5927a

Complementary Color

#d5927a #7abdd5

#d5927a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5927a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5927a Color CSS Codes

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

#d5927a Text Font Color

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

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


#d5927a Background Color

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

This div background color is #d5927a


#d5927a Border Color

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

This div border color is #d5927a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,146,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 #d5927a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5927a


Comments

No comments written yet.

Please login to write comment.