Color Hex Logo

#d015ab Color Hex

#D015AB
(208,21,171)
0 Favorites   0 Comments

Color spaces of #d015ab

RGB 20821171
HSL0.870.820.45
HSV312°90°82°
CMYK 0.000.900.18   0.18
XYZ33.631316.886540.0149
Yxy16.88650.37150.1865
Hunter Lab41.093274.1741-28.9690
CIE-Lab48.116777.2833-32.7114

#d015ab color RGB value is (208,21,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 10101011
Octal 320 25 253
Decimal 208 21 171
Hex D0 15 AB

RGB Percentages of Color #d015ab

%52.00
%5.25
%42.75

CMYK Percentages of Color #d015ab

%0
%90
%18
%18

Triadic Colors of #d015ab

#d015ab #abd015 #15abd0

Analogous Colors of #d015ab

#d015ab #d0154e #9815d0

Monochromatic Colors of #d015ab

#d015ab

Complementary Color

#d015ab #15d03a

#d015ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d015ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d015ab Color CSS Codes

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

#d015ab Text Font Color

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

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


#d015ab Background Color

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

This div background color is #d015ab


#d015ab Border Color

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

This div border color is #d015ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d015ab


Comments

No comments written yet.

Please login to write comment.