Color Hex Logo

#b90ede Color Hex

#B90EDE
(185,14,222)
0 Favorites   0 Comments

Color spaces of #b90ede

RGB 18514222
HSL0.800.880.46
HSV289°94°87°
CMYK 0.170.940.00   0.13
XYZ33.349415.902370.4190
Yxy15.90230.27870.1329
Hunter Lab39.877779.4922-76.7843
CIE-Lab46.846081.7694-64.6025

#b90ede color RGB value is (185,14,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001110 11011110
Octal 271 16 336
Decimal 185 14 222
Hex B9 E DE

RGB Percentages of Color #b90ede

%43.94
%3.33
%52.73

CMYK Percentages of Color #b90ede

%17
%94
%0
%13

Triadic Colors of #b90ede

#b90ede #deb90e #0edeb9

Analogous Colors of #b90ede

#b90ede #de0e9b #510ede

Monochromatic Colors of #b90ede

#b90ede

Complementary Color

#b90ede #33de0e

#b90ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90ede Color CSS Codes

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

#b90ede Text Font Color

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

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


#b90ede Background Color

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

This div background color is #b90ede


#b90ede Border Color

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

This div border color is #b90ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90ede


Comments

No comments written yet.

Please login to write comment.