Color Hex Logo

#d51dba Color Hex

#D51DBA
(213,29,186)
0 Favorites   0 Comments

Color spaces of #d51dba

RGB 21329186
HSL0.860.760.47
HSV309°86°84°
CMYK 0.000.860.13   0.16
XYZ36.742918.570048.1022
Yxy18.57000.35530.1796
Hunter Lab43.092976.7842-36.0170
CIE-Lab50.180378.9752-38.2189

#d51dba color RGB value is (213,29,186).

#d51dba hex color red value is 213, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d51dba hue: 0.86 , saturation: 0.76 and the lightness value of d51dba is 0.47.

The process color (four color CMYK) of #d51dba color hex is 0.00, 0.86, 0.13, 0.16. Web safe color of #d51dba is #cc33cc. Color #d51dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011101 10111010
Octal 325 35 272
Decimal 213 29 186
Hex D5 1D BA

RGB Percentages of Color #d51dba

%49.77
%6.78
%43.46

CMYK Percentages of Color #d51dba

%0
%86
%13
%16

Triadic Colors of #d51dba

#d51dba #bad51d #1dbad5

Analogous Colors of #d51dba

#d51dba #d51d5e #941dd5

Monochromatic Colors of #d51dba

#d51dba

Complementary Color

#d51dba #1dd538

#d51dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51dba Color CSS Codes

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

#d51dba Text Font Color

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

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


#d51dba Background Color

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

This div background color is #d51dba


#d51dba Border Color

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

This div border color is #d51dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51dba


Comments

No comments written yet.

Please login to write comment.