Color Hex Logo

#d5169a Color Hex

#D5169A
(213,22,154)
0 Favorites   0 Comments

Color spaces of #d5169a

RGB 21322154
HSL0.880.810.46
HSV319°90°84°
CMYK 0.000.900.28   0.16
XYZ33.560217.053032.0946
Yxy17.05300.40580.2062
Hunter Lab41.295372.7982-17.1734
CIE-Lab48.326776.1286-22.1946

#d5169a color RGB value is (213,22,154).

#d5169a hex color red value is 213, green value is 22 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d5169a hue: 0.88 , saturation: 0.81 and the lightness value of d5169a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010110 10011010
Octal 325 26 232
Decimal 213 22 154
Hex D5 16 9A

RGB Percentages of Color #d5169a

%54.76
%5.66
%39.59

CMYK Percentages of Color #d5169a

%0
%90
%28
%16

Triadic Colors of #d5169a

#d5169a #9ad516 #169ad5

Analogous Colors of #d5169a

#d5169a #d5163b #b116d5

Monochromatic Colors of #d5169a

#d5169a

Complementary Color

#d5169a #16d551

#d5169a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5169a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5169a Color CSS Codes

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

#d5169a Text Font Color

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

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


#d5169a Background Color

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

This div background color is #d5169a


#d5169a Border Color

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

This div border color is #d5169a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5169a


Comments

No comments written yet.

Please login to write comment.