Color Hex Logo

#d51baf Color Hex

#D51BAF
(213,27,175)
0 Favorites   0 Comments

Color spaces of #d51baf

RGB 21327175
HSL0.870.780.47
HSV312°87°84°
CMYK 0.000.870.18   0.16
XYZ35.570418.025142.1619
Yxy18.02510.37150.1882
Hunter Lab42.456075.2526-29.1601
CIE-Lab49.526577.8767-32.7983

#d51baf color RGB value is (213,27,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011011 10101111
Octal 325 33 257
Decimal 213 27 175
Hex D5 1B AF

RGB Percentages of Color #d51baf

%51.33
%6.51
%42.17

CMYK Percentages of Color #d51baf

%0
%87
%18
%16

Triadic Colors of #d51baf

#d51baf #afd51b #1bafd5

Analogous Colors of #d51baf

#d51baf #d51b52 #9e1bd5

Monochromatic Colors of #d51baf

#d51baf

Complementary Color

#d51baf #1bd541

#d51baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51baf Color CSS Codes

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

#d51baf Text Font Color

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

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


#d51baf Background Color

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

This div background color is #d51baf


#d51baf Border Color

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

This div border color is #d51baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51baf


Comments

No comments written yet.

Please login to write comment.