Color Hex Logo

#d512ab Color Hex

#D512AB
(213,18,171)
0 Favorites   0 Comments

Color spaces of #d512ab

RGB 21318171
HSL0.870.840.45
HSV313°92°84°
CMYK 0.000.920.20   0.16
XYZ35.007617.519040.0645
Yxy17.51900.37810.1892
Hunter Lab41.855776.0477-27.4537
CIE-Lab48.907478.6348-31.4073

#d512ab color RGB value is (213,18,171).

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

The process color (four color CMYK) of #d512ab color hex is 0.00, 0.92, 0.20, 0.16. Web safe color of #d512ab is #cc0099. Color #d512ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010010 10101011
Octal 325 22 253
Decimal 213 18 171
Hex D5 12 AB

RGB Percentages of Color #d512ab

%52.99
%4.48
%42.54

CMYK Percentages of Color #d512ab

%0
%92
%20
%16

Triadic Colors of #d512ab

#d512ab #abd512 #12abd5

Analogous Colors of #d512ab

#d512ab #d51249 #9e12d5

Monochromatic Colors of #d512ab

#d512ab

Complementary Color

#d512ab #12d53c

#d512ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d512ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d512ab Color CSS Codes

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

#d512ab Text Font Color

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

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


#d512ab Background Color

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

This div background color is #d512ab


#d512ab Border Color

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

This div border color is #d512ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d512ab


Comments

No comments written yet.

Please login to write comment.