Color Hex Logo

#d13bab Color Hex

#D13BAB
(209,59,171)
0 Favorites   0 Comments

Color spaces of #d13bab

RGB 20959171
HSL0.880.620.53
HSV315°72°82°
CMYK 0.000.720.18   0.18
XYZ35.209119.623540.4601
Yxy19.62350.36950.2059
Hunter Lab44.298464.3525-23.1438
CIE-Lab51.408868.5393-27.5647

#d13bab color RGB value is (209,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 10101011
Octal 321 73 253
Decimal 209 59 171
Hex D1 3B AB

RGB Percentages of Color #d13bab

%47.61
%13.44
%38.95

CMYK Percentages of Color #d13bab

%0
%72
%18
%18

Triadic Colors of #d13bab

#d13bab #abd13b #3babd1

Analogous Colors of #d13bab

#d13bab #d13b60 #ac3bd1

Monochromatic Colors of #d13bab

#d13bab

Complementary Color

#d13bab #3bd161

#d13bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bab Color CSS Codes

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

#d13bab Text Font Color

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

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


#d13bab Background Color

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

This div background color is #d13bab


#d13bab Border Color

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

This div border color is #d13bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,59,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bab


Comments

No comments written yet.

Please login to write comment.