Color Hex Logo

#d51bac Color Hex

#D51BAC
(213,27,172)
0 Favorites   0 Comments

Color spaces of #d51bac

RGB 21327172
HSL0.870.780.47
HSV313°87°84°
CMYK 0.000.870.19   0.16
XYZ35.278917.908640.6270
Yxy17.90860.37600.1909
Hunter Lab42.318674.7492-27.2971
CIE-Lab49.385177.4996-31.2514

#d51bac color RGB value is (213,27,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011011 10101100
Octal 325 33 254
Decimal 213 27 172
Hex D5 1B AC

RGB Percentages of Color #d51bac

%51.70
%6.55
%41.75

CMYK Percentages of Color #d51bac

%0
%87
%19
%16

Triadic Colors of #d51bac

#d51bac #acd51b #1bacd5

Analogous Colors of #d51bac

#d51bac #d51b4f #a11bd5

Monochromatic Colors of #d51bac

#d51bac

Complementary Color

#d51bac #1bd544

#d51bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51bac Color CSS Codes

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

#d51bac Text Font Color

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

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


#d51bac Background Color

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

This div background color is #d51bac


#d51bac Border Color

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

This div border color is #d51bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51bac


Comments

No comments written yet.

Please login to write comment.