Color Hex Logo

#b90dde Color Hex

#B90DDE
(185,13,222)
0 Favorites   0 Comments

Color spaces of #b90dde

RGB 18513222
HSL0.800.890.46
HSV289°94°87°
CMYK 0.170.940.00   0.13
XYZ33.336315.876170.4146
Yxy15.87610.27870.1327
Hunter Lab39.844879.6142-76.8871
CIE-Lab46.811581.8721-64.6584

#b90dde color RGB value is (185,13,222).

#b90dde hex color red value is 185, green value is 13 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b90dde hue: 0.80 , saturation: 0.89 and the lightness value of b90dde is 0.46.

The process color (four color CMYK) of #b90dde color hex is 0.17, 0.94, 0.00, 0.13. Web safe color of #b90dde is #cc00cc. Color #b90dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001101 11011110
Octal 271 15 336
Decimal 185 13 222
Hex B9 D DE

RGB Percentages of Color #b90dde

%44.05
%3.10
%52.86

CMYK Percentages of Color #b90dde

%17
%94
%0
%13

Triadic Colors of #b90dde

#b90dde #deb90d #0ddeb9

Analogous Colors of #b90dde

#b90dde #de0d9b #500dde

Monochromatic Colors of #b90dde

#b90dde

Complementary Color

#b90dde #32de0d

#b90dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90dde Color CSS Codes

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

#b90dde Text Font Color

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

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


#b90dde Background Color

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

This div background color is #b90dde


#b90dde Border Color

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

This div border color is #b90dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90dde


Comments

No comments written yet.

Please login to write comment.