Color Hex Logo

#d91bab Color Hex

#D91BAB
(217,27,171)
0 Favorites   0 Comments

Color spaces of #d91bab

RGB 21727171
HSL0.870.780.48
HSV315°88°85°
CMYK 0.000.880.21   0.15
XYZ36.357918.475940.1780
Yxy18.47590.38270.1945
Hunter Lab42.983675.7638-25.3315
CIE-Lab50.068378.1812-29.5409

#d91bab color RGB value is (217,27,171).

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

The process color (four color CMYK) of #d91bab color hex is 0.00, 0.88, 0.21, 0.15. Web safe color of #d91bab is #cc3399. Color #d91bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011011 10101011
Octal 331 33 253
Decimal 217 27 171
Hex D9 1B AB

RGB Percentages of Color #d91bab

%52.29
%6.51
%41.20

CMYK Percentages of Color #d91bab

%0
%88
%21
%15

Triadic Colors of #d91bab

#d91bab #abd91b #1babd9

Analogous Colors of #d91bab

#d91bab #d91b4c #a81bd9

Monochromatic Colors of #d91bab

#d91bab

Complementary Color

#d91bab #1bd949

#d91bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91bab Color CSS Codes

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

#d91bab Text Font Color

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

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


#d91bab Background Color

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

This div background color is #d91bab


#d91bab Border Color

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

This div border color is #d91bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91bab


Comments

No comments written yet.

Please login to write comment.