Color Hex Logo

#bd90de Color Hex

#BD90DE
(189,144,222)
0 Favorites   0 Comments

Color spaces of #bd90de

RGB 189144222
HSL0.760.540.72
HSV275°35°87°
CMYK 0.150.350.00   0.13
XYZ44.144336.039373.7369
Yxy36.03930.28680.2341
Hunter Lab60.032726.2004-30.8017
CIE-Lab66.549931.3932-33.3050

#bd90de color RGB value is (189,144,222).

#bd90de hex color red value is 189, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd90de hue: 0.76 , saturation: 0.54 and the lightness value of bd90de is 0.72.

The process color (four color CMYK) of #bd90de color hex is 0.15, 0.35, 0.00, 0.13. Web safe color of #bd90de is #cc99cc. Color #bd90de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 11011110
Octal 275 220 336
Decimal 189 144 222
Hex BD 90 DE

RGB Percentages of Color #bd90de

%34.05
%25.95
%40.00

CMYK Percentages of Color #bd90de

%15
%35
%0
%13

Triadic Colors of #bd90de

#bd90de #debd90 #90debd

Analogous Colors of #bd90de

#bd90de #de90d8 #9690de

Monochromatic Colors of #bd90de

#bd90de

Complementary Color

#bd90de #b1de90

#bd90de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd90de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd90de Color CSS Codes

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

#bd90de Text Font Color

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

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


#bd90de Background Color

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

This div background color is #bd90de


#bd90de Border Color

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

This div border color is #bd90de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd90de


Comments

No comments written yet.

Please login to write comment.