Color Hex Logo

#b593bd Color Hex

#B593BD
(181,147,189)
0 Favorites   0 Comments

Color spaces of #b593bd

RGB 181147189
HSL0.800.240.66
HSV289°22°74°
CMYK 0.040.220.00   0.26
XYZ38.675134.365352.7389
Yxy34.36530.30750.2732
Hunter Lab58.621915.1748-12.3046
CIE-Lab65.251520.2890-16.9790

#b593bd color RGB value is (181,147,189).

#b593bd hex color red value is 181, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b593bd hue: 0.80 , saturation: 0.24 and the lightness value of b593bd is 0.66.

The process color (four color CMYK) of #b593bd color hex is 0.04, 0.22, 0.00, 0.26. Web safe color of #b593bd is #cc99cc. Color #b593bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010011 10111101
Octal 265 223 275
Decimal 181 147 189
Hex B5 93 BD

RGB Percentages of Color #b593bd

%35.01
%28.43
%36.56

CMYK Percentages of Color #b593bd

%4
%22
%0
%26

Triadic Colors of #b593bd

#b593bd #bdb593 #93bdb5

Analogous Colors of #b593bd

#b593bd #bd93b0 #a093bd

Monochromatic Colors of #b593bd

#b593bd

Complementary Color

#b593bd #9bbd93

#b593bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b593bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b593bd Color CSS Codes

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

#b593bd Text Font Color

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

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


#b593bd Background Color

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

This div background color is #b593bd


#b593bd Border Color

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

This div border color is #b593bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,147,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b593bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b593bd


Comments

No comments written yet.

Please login to write comment.