Color Hex Logo

#bd90eb Color Hex

#BD90EB
(189,144,235)
0 Favorites   0 Comments

Color spaces of #bd90eb

RGB 189144235
HSL0.750.690.74
HSV270°39°92°
CMYK 0.200.390.00   0.08
XYZ45.954936.763583.2712
Yxy36.76350.27690.2215
Hunter Lab60.632929.1811-38.9839
CIE-Lab67.099234.2488-39.6232

#bd90eb color RGB value is (189,144,235).

#bd90eb hex color red value is 189, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd90eb hue: 0.75 , saturation: 0.69 and the lightness value of bd90eb is 0.74.

The process color (four color CMYK) of #bd90eb color hex is 0.20, 0.39, 0.00, 0.08. Web safe color of #bd90eb is #cc99ff. Color #bd90eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 11101011
Octal 275 220 353
Decimal 189 144 235
Hex BD 90 EB

RGB Percentages of Color #bd90eb

%33.27
%25.35
%41.37

CMYK Percentages of Color #bd90eb

%20
%39
%0
%8

Triadic Colors of #bd90eb

#bd90eb #ebbd90 #90ebbd

Analogous Colors of #bd90eb

#bd90eb #eb90eb #9091eb

Monochromatic Colors of #bd90eb

#bd90eb

Complementary Color

#bd90eb #beeb90

#bd90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd90eb Color CSS Codes

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

#bd90eb Text Font Color

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

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


#bd90eb Background Color

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

This div background color is #bd90eb


#bd90eb Border Color

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

This div border color is #bd90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd90eb


Comments

No comments written yet.

Please login to write comment.