Color Hex Logo

#d81eab Color Hex

#D81EAB
(216,30,171)
0 Favorites   0 Comments

Color spaces of #d81eab

RGB 21630171
HSL0.870.760.48
HSV315°86°85°
CMYK 0.000.860.21   0.15
XYZ36.133918.467840.1882
Yxy18.46780.38120.1948
Hunter Lab42.974274.8830-25.3644
CIE-Lab50.058777.4759-29.5697

#d81eab color RGB value is (216,30,171).

#d81eab hex color red value is 216, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d81eab hue: 0.87 , saturation: 0.76 and the lightness value of d81eab is 0.48.

The process color (four color CMYK) of #d81eab color hex is 0.00, 0.86, 0.21, 0.15. Web safe color of #d81eab is #cc3399. Color #d81eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011110 10101011
Octal 330 36 253
Decimal 216 30 171
Hex D8 1E AB

RGB Percentages of Color #d81eab

%51.80
%7.19
%41.01

CMYK Percentages of Color #d81eab

%0
%86
%21
%15

Triadic Colors of #d81eab

#d81eab #abd81e #1eabd8

Analogous Colors of #d81eab

#d81eab #d81e4e #a81ed8

Monochromatic Colors of #d81eab

#d81eab

Complementary Color

#d81eab #1ed84b

#d81eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81eab Color CSS Codes

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

#d81eab Text Font Color

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

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


#d81eab Background Color

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

This div background color is #d81eab


#d81eab Border Color

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

This div border color is #d81eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81eab


Comments

No comments written yet.

Please login to write comment.