Color Hex Logo

#d810ab Color Hex

#D810AB
(216,16,171)
0 Favorites   0 Comments

Color spaces of #d810ab

RGB 21616171
HSL0.870.860.45
HSV314°93°85°
CMYK 0.000.930.21   0.15
XYZ35.854917.909840.0952
Yxy17.90980.38200.1908
Hunter Lab42.320077.1712-26.5491
CIE-Lab49.386579.4383-30.6178

#d810ab color RGB value is (216,16,171).

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

The process color (four color CMYK) of #d810ab color hex is 0.00, 0.93, 0.21, 0.15. Web safe color of #d810ab is #cc0099. Color #d810ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010000 10101011
Octal 330 20 253
Decimal 216 16 171
Hex D8 10 AB

RGB Percentages of Color #d810ab

%53.60
%3.97
%42.43

CMYK Percentages of Color #d810ab

%0
%93
%21
%15

Triadic Colors of #d810ab

#d810ab #abd810 #10abd8

Analogous Colors of #d810ab

#d810ab #d81047 #a110d8

Monochromatic Colors of #d810ab

#d810ab

Complementary Color

#d810ab #10d83d

#d810ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d810ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d810ab Color CSS Codes

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

#d810ab Text Font Color

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

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


#d810ab Background Color

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

This div background color is #d810ab


#d810ab Border Color

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

This div border color is #d810ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,16,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 #d810ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d810ab


Comments

No comments written yet.

Please login to write comment.