Color Hex Logo

#b559ca Color Hex

#B559CA
(181,89,202)
0 Favorites   0 Comments

Color spaces of #b559ca

RGB 18189202
HSL0.800.520.57
HSV289°56°79°
CMYK 0.100.560.00   0.21
XYZ33.289121.232858.2209
Yxy21.23280.29530.1883
Hunter Lab46.079148.3162-42.6576
CIE-Lab53.203354.1546-43.0154

#b559ca color RGB value is (181,89,202).

#b559ca hex color red value is 181, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b559ca hue: 0.80 , saturation: 0.52 and the lightness value of b559ca is 0.57.

The process color (four color CMYK) of #b559ca color hex is 0.10, 0.56, 0.00, 0.21. Web safe color of #b559ca is #cc66cc. Color #b559ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011001 11001010
Octal 265 131 312
Decimal 181 89 202
Hex B5 59 CA

RGB Percentages of Color #b559ca

%38.35
%18.86
%42.80

CMYK Percentages of Color #b559ca

%10
%56
%0
%21

Triadic Colors of #b559ca

#b559ca #cab559 #59cab5

Analogous Colors of #b559ca

#b559ca #ca59a7 #7d59ca

Monochromatic Colors of #b559ca

#b559ca

Complementary Color

#b559ca #6eca59

#b559ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b559ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b559ca Color CSS Codes

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

#b559ca Text Font Color

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

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


#b559ca Background Color

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

This div background color is #b559ca


#b559ca Border Color

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

This div border color is #b559ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b559ca


Comments

No comments written yet.

Please login to write comment.