Color Hex Logo

#d031ab Color Hex

#D031AB
(208,49,171)
0 Favorites   0 Comments

Color spaces of #d031ab

RGB 20849171
HSL0.870.630.50
HSV314°76°82°
CMYK 0.000.760.18   0.18
XYZ34.461418.546840.2916
Yxy18.54680.36940.1988
Hunter Lab43.066067.4702-25.3242
CIE-Lab50.152771.3935-29.5305

#d031ab color RGB value is (208,49,171).

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

The process color (four color CMYK) of #d031ab color hex is 0.00, 0.76, 0.18, 0.18. Web safe color of #d031ab is #cc3399. Color #d031ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 10101011
Octal 320 61 253
Decimal 208 49 171
Hex D0 31 AB

RGB Percentages of Color #d031ab

%48.60
%11.45
%39.95

CMYK Percentages of Color #d031ab

%0
%76
%18
%18

Triadic Colors of #d031ab

#d031ab #abd031 #31abd0

Analogous Colors of #d031ab

#d031ab #d0315c #a631d0

Monochromatic Colors of #d031ab

#d031ab

Complementary Color

#d031ab #31d056

#d031ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031ab Color CSS Codes

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

#d031ab Text Font Color

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

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


#d031ab Background Color

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

This div background color is #d031ab


#d031ab Border Color

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

This div border color is #d031ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031ab


Comments

No comments written yet.

Please login to write comment.