Color Hex Logo

#b90deb Color Hex

#B90DEB
(185,13,235)
0 Favorites   0 Comments

Color spaces of #b90deb

RGB 18513235
HSL0.800.900.49
HSV286°94°92°
CMYK 0.210.940.00   0.08
XYZ35.146916.600379.9490
Yxy16.60030.26690.1260
Hunter Lab40.743582.6800-87.8216
CIE-Lab47.752484.0881-70.5144

#b90deb color RGB value is (185,13,235).

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

The process color (four color CMYK) of #b90deb color hex is 0.21, 0.94, 0.00, 0.08. Web safe color of #b90deb is #cc00ff. Color #b90deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001101 11101011
Octal 271 15 353
Decimal 185 13 235
Hex B9 D EB

RGB Percentages of Color #b90deb

%42.73
%3.00
%54.27

CMYK Percentages of Color #b90deb

%21
%94
%0
%8

Triadic Colors of #b90deb

#b90deb #ebb90d #0debb9

Analogous Colors of #b90deb

#b90deb #eb0dae #4a0deb

Monochromatic Colors of #b90deb

#b90deb

Complementary Color

#b90deb #3feb0d

#b90deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90deb Color CSS Codes

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

#b90deb Text Font Color

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

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


#b90deb Background Color

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

This div background color is #b90deb


#b90deb Border Color

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

This div border color is #b90deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90deb


Comments

No comments written yet.

Please login to write comment.