Color Hex Logo

#b593ca Color Hex

#B593CA
(181,147,202)
0 Favorites   0 Comments

Color spaces of #b593ca

RGB 181147202
HSL0.770.340.68
HSV277°27°79°
CMYK 0.100.270.00   0.21
XYZ40.150434.955560.5080
Yxy34.95550.29610.2578
Hunter Lab59.123217.7533-19.2925
CIE-Lab65.714022.9479-23.5437

#b593ca color RGB value is (181,147,202).

#b593ca hex color red value is 181, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b593ca hue: 0.77 , saturation: 0.34 and the lightness value of b593ca is 0.68.

The process color (four color CMYK) of #b593ca color hex is 0.10, 0.27, 0.00, 0.21. Web safe color of #b593ca is #cc99cc. Color #b593ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010011 11001010
Octal 265 223 312
Decimal 181 147 202
Hex B5 93 CA

RGB Percentages of Color #b593ca

%34.15
%27.74
%38.11

CMYK Percentages of Color #b593ca

%10
%27
%0
%21

Triadic Colors of #b593ca

#b593ca #cab593 #93cab5

Analogous Colors of #b593ca

#b593ca #ca93c4 #9a93ca

Monochromatic Colors of #b593ca

#b593ca

Complementary Color

#b593ca #a8ca93

#b593ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b593ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b593ca Color CSS Codes

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

#b593ca Text Font Color

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

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


#b593ca Background Color

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

This div background color is #b593ca


#b593ca Border Color

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

This div border color is #b593ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b593ca


Comments

No comments written yet.

Please login to write comment.