Color Hex Logo

#d5919d Color Hex

#D5919D
(213,145,157)
0 Favorites   0 Comments

Color spaces of #d5919d

RGB 213145157
HSL0.970.450.70
HSV349°32°84°
CMYK 0.000.320.26   0.16
XYZ43.651836.831336.7067
Yxy36.83130.37250.3143
Hunter Lab60.688822.18486.6215
CIE-Lab67.150327.36024.1671

#d5919d color RGB value is (213,145,157).

#d5919d hex color red value is 213, green value is 145 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d5919d hue: 0.97 , saturation: 0.45 and the lightness value of d5919d is 0.70.

The process color (four color CMYK) of #d5919d color hex is 0.00, 0.32, 0.26, 0.16. Web safe color of #d5919d is #cc9999. Color #d5919d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 10011101
Octal 325 221 235
Decimal 213 145 157
Hex D5 91 9D

RGB Percentages of Color #d5919d

%41.36
%28.16
%30.49

CMYK Percentages of Color #d5919d

%0
%32
%26
%16

Triadic Colors of #d5919d

#d5919d #9dd591 #919dd5

Analogous Colors of #d5919d

#d5919d #d5a791 #d591bf

Monochromatic Colors of #d5919d

#d5919d

Complementary Color

#d5919d #91d5c9

#d5919d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5919d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5919d Color CSS Codes

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

#d5919d Text Font Color

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

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


#d5919d Background Color

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

This div background color is #d5919d


#d5919d Border Color

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

This div border color is #d5919d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5919d


Comments

No comments written yet.

Please login to write comment.