Color Hex Logo

#d5158d Color Hex

#D5158D
(213,21,141)
0 Favorites   0 Comments

Color spaces of #d5158d

RGB 21321141
HSL0.900.820.46
HSV323°90°84°
CMYK 0.000.900.34   0.16
XYZ32.516516.605626.6907
Yxy16.60560.42890.2190
Hunter Lab40.750071.1219-10.3092
CIE-Lab47.759274.8728-15.2393

#d5158d color RGB value is (213,21,141).

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

The process color (four color CMYK) of #d5158d color hex is 0.00, 0.90, 0.34, 0.16. Web safe color of #d5158d is #cc0099. Color #d5158d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010101 10001101
Octal 325 25 215
Decimal 213 21 141
Hex D5 15 8D

RGB Percentages of Color #d5158d

%56.80
%5.60
%37.60

CMYK Percentages of Color #d5158d

%0
%90
%34
%16

Triadic Colors of #d5158d

#d5158d #8dd515 #158dd5

Analogous Colors of #d5158d

#d5158d #d5152d #bd15d5

Monochromatic Colors of #d5158d

#d5158d

Complementary Color

#d5158d #15d55d

#d5158d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5158d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5158d Color CSS Codes

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

#d5158d Text Font Color

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

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


#d5158d Background Color

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

This div background color is #d5158d


#d5158d Border Color

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

This div border color is #d5158d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5158d


Comments

No comments written yet.

Please login to write comment.