Color Hex Logo

#b592da Color Hex

#B592DA
(181,146,218)
0 Favorites   0 Comments

Color spaces of #b592da

RGB 181146218
HSL0.750.490.71
HSV269°33°85°
CMYK 0.170.330.00   0.15
XYZ41.989835.443570.9578
Yxy35.44350.28300.2389
Hunter Lab59.534421.7112-28.9923
CIE-Lab66.092526.9602-31.8589

#b592da color RGB value is (181,146,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 11011010
Octal 265 222 332
Decimal 181 146 218
Hex B5 92 DA

RGB Percentages of Color #b592da

%33.21
%26.79
%40.00

CMYK Percentages of Color #b592da

%17
%33
%0
%15

Triadic Colors of #b592da

#b592da #dab592 #92dab5

Analogous Colors of #b592da

#b592da #d992da #9293da

Monochromatic Colors of #b592da

#b592da

Complementary Color

#b592da #b7da92

#b592da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592da Color CSS Codes

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

#b592da Text Font Color

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

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


#b592da Background Color

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

This div background color is #b592da


#b592da Border Color

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

This div border color is #b592da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592da


Comments

No comments written yet.

Please login to write comment.