Color Hex Logo

#d510ab Color Hex

#D510AB
(213,16,171)
0 Favorites   0 Comments

Color spaces of #d510ab

RGB 21316171
HSL0.870.860.45
HSV313°92°84°
CMYK 0.000.920.20   0.16
XYZ34.976517.457040.0541
Yxy17.45700.37820.1887
Hunter Lab41.781676.3095-27.5915
CIE-Lab48.830878.8591-31.5270

#d510ab color RGB value is (213,16,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 10101011
Octal 325 20 253
Decimal 213 16 171
Hex D5 10 AB

RGB Percentages of Color #d510ab

%53.25
%4.00
%42.75

CMYK Percentages of Color #d510ab

%0
%92
%20
%16

Triadic Colors of #d510ab

#d510ab #abd510 #10abd5

Analogous Colors of #d510ab

#d510ab #d51049 #9d10d5

Monochromatic Colors of #d510ab

#d510ab

Complementary Color

#d510ab #10d53a

#d510ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510ab Color CSS Codes

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

#d510ab Text Font Color

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

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


#d510ab Background Color

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

This div background color is #d510ab


#d510ab Border Color

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

This div border color is #d510ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510ab


Comments

No comments written yet.

Please login to write comment.