Color Hex Logo

#d5898b Color Hex

#D5898B
(213,137,139)
0 Favorites   0 Comments

Color spaces of #d5898b

RGB 213137139
HSL1.000.480.69
HSV358°36°84°
CMYK 0.000.360.35   0.16
XYZ41.046433.901528.8064
Yxy33.90150.39560.3267
Hunter Lab58.225023.941911.4242
CIE-Lab64.884329.294411.0632

#d5898b color RGB value is (213,137,139).

#d5898b hex color red value is 213, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d5898b hue: 1.00 , saturation: 0.48 and the lightness value of d5898b is 0.69.

The process color (four color CMYK) of #d5898b color hex is 0.00, 0.36, 0.35, 0.16. Web safe color of #d5898b is #cc9999. Color #d5898b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 10001011
Octal 325 211 213
Decimal 213 137 139
Hex D5 89 8B

RGB Percentages of Color #d5898b

%43.56
%28.02
%28.43

CMYK Percentages of Color #d5898b

%0
%36
%35
%16

Triadic Colors of #d5898b

#d5898b #8bd589 #898bd5

Analogous Colors of #d5898b

#d5898b #d5ad89 #d589b1

Monochromatic Colors of #d5898b

#d5898b

Complementary Color

#d5898b #89d5d3

#d5898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5898b Color CSS Codes

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

#d5898b Text Font Color

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

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


#d5898b Background Color

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

This div background color is #d5898b


#d5898b Border Color

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

This div border color is #d5898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5898b


Comments

No comments written yet.

Please login to write comment.