Color Hex Logo

#b593cd Color Hex

#B593CD
(181,147,205)
0 Favorites   0 Comments

Color spaces of #b593cd

RGB 181147205
HSL0.760.370.69
HSV275°28°80°
CMYK 0.120.280.00   0.20
XYZ40.509235.099062.3973
Yxy35.09900.29350.2543
Hunter Lab59.244418.3742-20.9742
CIE-Lab65.825723.5808-25.0451

#b593cd color RGB value is (181,147,205).

#b593cd hex color red value is 181, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b593cd hue: 0.76 , saturation: 0.37 and the lightness value of b593cd is 0.69.

The process color (four color CMYK) of #b593cd color hex is 0.12, 0.28, 0.00, 0.20. Web safe color of #b593cd is #cc99cc. Color #b593cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010011 11001101
Octal 265 223 315
Decimal 181 147 205
Hex B5 93 CD

RGB Percentages of Color #b593cd

%33.96
%27.58
%38.46

CMYK Percentages of Color #b593cd

%12
%28
%0
%20

Triadic Colors of #b593cd

#b593cd #cdb593 #93cdb5

Analogous Colors of #b593cd

#b593cd #cd93c8 #9893cd

Monochromatic Colors of #b593cd

#b593cd

Complementary Color

#b593cd #abcd93

#b593cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b593cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b593cd Color CSS Codes

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

#b593cd Text Font Color

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

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


#b593cd Background Color

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

This div background color is #b593cd


#b593cd Border Color

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

This div border color is #b593cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b593cd


Comments

No comments written yet.

Please login to write comment.