Color Hex Logo

#d90baf Color Hex

#D90BAF
(217,11,175)
0 Favorites   0 Comments

Color spaces of #d90baf

RGB 21711175
HSL0.870.900.45
HSV312°95°85°
CMYK 0.000.950.19   0.15
XYZ36.472818.086242.1261
Yxy18.08620.37720.1871
Hunter Lab42.527978.6616-28.9604
CIE-Lab49.600580.5796-32.6295

#d90baf color RGB value is (217,11,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001011 10101111
Octal 331 13 257
Decimal 217 11 175
Hex D9 B AF

RGB Percentages of Color #d90baf

%53.85
%2.73
%43.42

CMYK Percentages of Color #d90baf

%0
%95
%19
%15

Triadic Colors of #d90baf

#d90baf #afd90b #0bafd9

Analogous Colors of #d90baf

#d90baf #d90b48 #9c0bd9

Monochromatic Colors of #d90baf

#d90baf

Complementary Color

#d90baf #0bd935

#d90baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90baf Color CSS Codes

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

#d90baf Text Font Color

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

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


#d90baf Background Color

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

This div background color is #d90baf


#d90baf Border Color

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

This div border color is #d90baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,11,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90baf


Comments

No comments written yet.

Please login to write comment.