Color Hex Logo

#b090da Color Hex

#B090DA
(176,144,218)
0 Favorites   0 Comments

Color spaces of #b090da

RGB 176144218
HSL0.740.500.71
HSV266°34°85°
CMYK 0.190.340.00   0.15
XYZ40.532634.238670.8021
Yxy34.23860.27840.2352
Hunter Lab58.513821.2482-30.7817
CIE-Lab65.151526.5591-33.3544

#b090da color RGB value is (176,144,218).

#b090da hex color red value is 176, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b090da hue: 0.74 , saturation: 0.50 and the lightness value of b090da is 0.71.

The process color (four color CMYK) of #b090da color hex is 0.19, 0.34, 0.00, 0.15. Web safe color of #b090da is #9999cc. Color #b090da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 11011010
Octal 260 220 332
Decimal 176 144 218
Hex B0 90 DA

RGB Percentages of Color #b090da

%32.71
%26.77
%40.52

CMYK Percentages of Color #b090da

%19
%34
%0
%15

Triadic Colors of #b090da

#b090da #dab090 #90dab0

Analogous Colors of #b090da

#b090da #d590da #9095da

Monochromatic Colors of #b090da

#b090da

Complementary Color

#b090da #bada90

#b090da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b090da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b090da Color CSS Codes

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

#b090da Text Font Color

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

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


#b090da Background Color

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

This div background color is #b090da


#b090da Border Color

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

This div border color is #b090da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b090da


Comments

No comments written yet.

Please login to write comment.