Color Hex Logo

#b593ce Color Hex

#B593CE
(181,147,206)
0 Favorites   0 Comments

Color spaces of #b593ce

RGB 181147206
HSL0.760.380.69
HSV275°29°81°
CMYK 0.120.290.00   0.19
XYZ40.630435.147463.0352
Yxy35.14740.29270.2532
Hunter Lab59.285218.5836-21.5406
CIE-Lab65.863323.7936-25.5444

#b593ce color RGB value is (181,147,206).

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

The process color (four color CMYK) of #b593ce color hex is 0.12, 0.29, 0.00, 0.19. Web safe color of #b593ce is #cc99cc. Color #b593ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010011 11001110
Octal 265 223 316
Decimal 181 147 206
Hex B5 93 CE

RGB Percentages of Color #b593ce

%33.90
%27.53
%38.58

CMYK Percentages of Color #b593ce

%12
%29
%0
%19

Triadic Colors of #b593ce

#b593ce #ceb593 #93ceb5

Analogous Colors of #b593ce

#b593ce #ce93ca #9893ce

Monochromatic Colors of #b593ce

#b593ce

Complementary Color

#b593ce #acce93

#b593ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b593ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b593ce Color CSS Codes

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

#b593ce Text Font Color

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

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


#b593ce Background Color

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

This div background color is #b593ce


#b593ce Border Color

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

This div border color is #b593ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b593ce


Comments

No comments written yet.

Please login to write comment.