Color Hex Logo

#b590da Color Hex

#B590DA
(181,144,218)
0 Favorites   0 Comments

Color spaces of #b590da

RGB 181144218
HSL0.750.500.71
HSV270°34°85°
CMYK 0.170.340.00   0.15
XYZ41.684234.832270.8560
Yxy34.83220.28280.2364
Hunter Lab59.018822.7893-29.8684
CIE-Lab65.617828.0802-32.5944

#b590da color RGB value is (181,144,218).

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

The process color (four color CMYK) of #b590da color hex is 0.17, 0.34, 0.00, 0.15. Web safe color of #b590da is #cc99cc. Color #b590da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 11011010
Octal 265 220 332
Decimal 181 144 218
Hex B5 90 DA

RGB Percentages of Color #b590da

%33.33
%26.52
%40.15

CMYK Percentages of Color #b590da

%17
%34
%0
%15

Triadic Colors of #b590da

#b590da #dab590 #90dab5

Analogous Colors of #b590da

#b590da #da90da #9090da

Monochromatic Colors of #b590da

#b590da

Complementary Color

#b590da #b5da90

#b590da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590da Color CSS Codes

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

#b590da Text Font Color

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

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


#b590da Background Color

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

This div background color is #b590da


#b590da Border Color

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

This div border color is #b590da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590da


Comments

No comments written yet.

Please login to write comment.