Color Hex Logo

#d90bab Color Hex

#D90BAB
(217,11,171)
0 Favorites   0 Comments

Color spaces of #d90bab

RGB 21711171
HSL0.870.900.45
HSV313°95°85°
CMYK 0.000.950.21   0.15
XYZ36.085617.931340.0872
Yxy17.93130.38350.1905
Hunter Lab42.345478.0086-26.4865
CIE-Lab49.412780.0988-30.5632

#d90bab color RGB value is (217,11,171).

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

The process color (four color CMYK) of #d90bab color hex is 0.00, 0.95, 0.21, 0.15. Web safe color of #d90bab is #cc0099. Color #d90bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001011 10101011
Octal 331 13 253
Decimal 217 11 171
Hex D9 B AB

RGB Percentages of Color #d90bab

%54.39
%2.76
%42.86

CMYK Percentages of Color #d90bab

%0
%95
%21
%15

Triadic Colors of #d90bab

#d90bab #abd90b #0babd9

Analogous Colors of #d90bab

#d90bab #d90b44 #a00bd9

Monochromatic Colors of #d90bab

#d90bab

Complementary Color

#d90bab #0bd939

#d90bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90bab Color CSS Codes

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

#d90bab Text Font Color

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

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


#d90bab Background Color

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

This div background color is #d90bab


#d90bab Border Color

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

This div border color is #d90bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90bab


Comments

No comments written yet.

Please login to write comment.