Color Hex Logo

#d51abe Color Hex

#D51ABE
(213,26,190)
0 Favorites   0 Comments

Color spaces of #d51abe

RGB 21326190
HSL0.850.780.47
HSV307°88°84°
CMYK 0.000.880.11   0.16
XYZ37.104218.602650.3503
Yxy18.60260.34990.1754
Hunter Lab43.130778.0799-39.0229
CIE-Lab50.219079.9983-40.4891

#d51abe color RGB value is (213,26,190).

#d51abe hex color red value is 213, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d51abe hue: 0.85 , saturation: 0.78 and the lightness value of d51abe is 0.47.

The process color (four color CMYK) of #d51abe color hex is 0.00, 0.88, 0.11, 0.16. Web safe color of #d51abe is #cc33cc. Color #d51abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011010 10111110
Octal 325 32 276
Decimal 213 26 190
Hex D5 1A BE

RGB Percentages of Color #d51abe

%49.65
%6.06
%44.29

CMYK Percentages of Color #d51abe

%0
%88
%11
%16

Triadic Colors of #d51abe

#d51abe #bed51a #1abed5

Analogous Colors of #d51abe

#d51abe #d51a61 #8f1ad5

Monochromatic Colors of #d51abe

#d51abe

Complementary Color

#d51abe #1ad531

#d51abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51abe Color CSS Codes

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

#d51abe Text Font Color

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

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


#d51abe Background Color

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

This div background color is #d51abe


#d51abe Border Color

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

This div border color is #d51abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,26,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d51abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51abe


Comments

No comments written yet.

Please login to write comment.