Color Hex Logo

#d5157d Color Hex

#D5157D
(213,21,125)
0 Favorites   0 Comments

Color spaces of #d5157d

RGB 21321125
HSL0.910.820.46
HSV328°90°84°
CMYK 0.000.900.41   0.16
XYZ31.410416.163120.8663
Yxy16.16310.45890.2362
Hunter Lab40.203469.1040-2.6303
CIE-Lab47.187773.3249-6.3633

#d5157d color RGB value is (213,21,125).

#d5157d hex color red value is 213, green value is 21 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d5157d hue: 0.91 , saturation: 0.82 and the lightness value of d5157d is 0.46.

The process color (four color CMYK) of #d5157d color hex is 0.00, 0.90, 0.41, 0.16. Web safe color of #d5157d is #cc0066. Color #d5157d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010101 01111101
Octal 325 25 175
Decimal 213 21 125
Hex D5 15 7D

RGB Percentages of Color #d5157d

%59.33
%5.85
%34.82

CMYK Percentages of Color #d5157d

%0
%90
%41
%16

Triadic Colors of #d5157d

#d5157d #7dd515 #157dd5

Analogous Colors of #d5157d

#d5157d #d5151d #cd15d5

Monochromatic Colors of #d5157d

#d5157d

Complementary Color

#d5157d #15d56d

#d5157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5157d Color CSS Codes

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

#d5157d Text Font Color

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

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


#d5157d Background Color

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

This div background color is #d5157d


#d5157d Border Color

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

This div border color is #d5157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5157d


Comments

No comments written yet.

Please login to write comment.