Color Hex Logo

#d13bac Color Hex

#D13BAC
(209,59,172)
0 Favorites   0 Comments

Color spaces of #d13bac

RGB 20959172
HSL0.870.620.53
HSV315°72°82°
CMYK 0.000.720.18   0.18
XYZ35.304919.661840.9641
Yxy19.66180.36800.2050
Hunter Lab44.341664.5242-23.7347
CIE-Lab51.452768.6757-28.0837

#d13bac color RGB value is (209,59,172).

#d13bac hex color red value is 209, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d13bac hue: 0.87 , saturation: 0.62 and the lightness value of d13bac is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 10101100
Octal 321 73 254
Decimal 209 59 172
Hex D1 3B AC

RGB Percentages of Color #d13bac

%47.50
%13.41
%39.09

CMYK Percentages of Color #d13bac

%0
%72
%18
%18

Triadic Colors of #d13bac

#d13bac #acd13b #3bacd1

Analogous Colors of #d13bac

#d13bac #d13b61 #ab3bd1

Monochromatic Colors of #d13bac

#d13bac

Complementary Color

#d13bac #3bd160

#d13bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bac Color CSS Codes

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

#d13bac Text Font Color

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

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


#d13bac Background Color

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

This div background color is #d13bac


#d13bac Border Color

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

This div border color is #d13bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bac


Comments

No comments written yet.

Please login to write comment.