Color Hex Logo

#d90dbb Color Hex

#D90DBB
(217,13,187)
0 Favorites   0 Comments

Color spaces of #d90dbb

RGB 21713187
HSL0.860.890.45
HSV309°94°85°
CMYK 0.000.940.14   0.15
XYZ37.728818.627448.6206
Yxy18.62740.35940.1774
Hunter Lab43.159580.5106-36.5806
CIE-Lab50.248481.9106-38.6467

#d90dbb color RGB value is (217,13,187).

#d90dbb hex color red value is 217, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d90dbb hue: 0.86 , saturation: 0.89 and the lightness value of d90dbb is 0.45.

The process color (four color CMYK) of #d90dbb color hex is 0.00, 0.94, 0.14, 0.15. Web safe color of #d90dbb is #cc00cc. Color #d90dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001101 10111011
Octal 331 15 273
Decimal 217 13 187
Hex D9 D BB

RGB Percentages of Color #d90dbb

%52.04
%3.12
%44.84

CMYK Percentages of Color #d90dbb

%0
%94
%14
%15

Triadic Colors of #d90dbb

#d90dbb #bbd90d #0dbbd9

Analogous Colors of #d90dbb

#d90dbb #d90d55 #910dd9

Monochromatic Colors of #d90dbb

#d90dbb

Complementary Color

#d90dbb #0dd92b

#d90dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90dbb Color CSS Codes

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

#d90dbb Text Font Color

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

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


#d90dbb Background Color

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

This div background color is #d90dbb


#d90dbb Border Color

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

This div border color is #d90dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90dbb


Comments

No comments written yet.

Please login to write comment.