Color Hex Logo

#d81790 Color Hex

#D81790
(216,23,144)
0 Favorites   0 Comments

Color spaces of #d81790

RGB 21623144
HSL0.900.810.47
HSV322°89°85°
CMYK 0.000.890.33   0.15
XYZ33.659317.225327.9363
Yxy17.22530.42700.2185
Hunter Lab41.503472.1329-10.8563
CIE-Lab48.542775.5454-15.8061

#d81790 color RGB value is (216,23,144).

#d81790 hex color red value is 216, green value is 23 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d81790 hue: 0.90 , saturation: 0.81 and the lightness value of d81790 is 0.47.

The process color (four color CMYK) of #d81790 color hex is 0.00, 0.89, 0.33, 0.15. Web safe color of #d81790 is #cc0099. Color #d81790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010111 10010000
Octal 330 27 220
Decimal 216 23 144
Hex D8 17 90

RGB Percentages of Color #d81790

%56.40
%6.01
%37.60

CMYK Percentages of Color #d81790

%0
%89
%33
%15

Triadic Colors of #d81790

#d81790 #90d817 #1790d8

Analogous Colors of #d81790

#d81790 #d8172f #c017d8

Monochromatic Colors of #d81790

#d81790

Complementary Color

#d81790 #17d85f

#d81790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81790 Color CSS Codes

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

#d81790 Text Font Color

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

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


#d81790 Background Color

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

This div background color is #d81790


#d81790 Border Color

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

This div border color is #d81790


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,23,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d81790; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d81790;
  -webkit-box-shadow: 1px 1px 3px 2px #d81790;
  box-shadow:         1px 1px 3px 2px #d81790; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,23,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81790


Comments

No comments written yet.

Please login to write comment.