Color Hex Logo

#b90eda Color Hex

#B90EDA
(185,14,218)
0 Favorites   0 Comments

Color spaces of #b90eda

RGB 18514218
HSL0.810.880.45
HSV290°94°85°
CMYK 0.150.940.00   0.15
XYZ32.819515.690367.6284
Yxy15.69030.28260.1351
Hunter Lab39.611078.5761-73.4990
CIE-Lab46.565581.1008-62.7706

#b90eda color RGB value is (185,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001110 11011010
Octal 271 16 332
Decimal 185 14 218
Hex B9 E DA

RGB Percentages of Color #b90eda

%44.36
%3.36
%52.28

CMYK Percentages of Color #b90eda

%15
%94
%0
%15

Triadic Colors of #b90eda

#b90eda #dab90e #0edab9

Analogous Colors of #b90eda

#b90eda #da0e95 #530eda

Monochromatic Colors of #b90eda

#b90eda

Complementary Color

#b90eda #2fda0e

#b90eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90eda Color CSS Codes

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

#b90eda Text Font Color

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

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


#b90eda Background Color

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

This div background color is #b90eda


#b90eda Border Color

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

This div border color is #b90eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90eda


Comments

No comments written yet.

Please login to write comment.