Color Hex Logo

#b563da Color Hex

#B563DA
(181,99,218)
0 Favorites   0 Comments

Color spaces of #b563da

RGB 18199218
HSL0.780.620.62
HSV281°55°85°
CMYK 0.170.550.00   0.15
XYZ36.172823.809469.0188
Yxy23.80940.28040.1846
Hunter Lab48.794946.9353-49.7074
CIE-Lab55.896552.4428-47.8443

#b563da color RGB value is (181,99,218).

#b563da hex color red value is 181, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b563da hue: 0.78 , saturation: 0.62 and the lightness value of b563da is 0.62.

The process color (four color CMYK) of #b563da color hex is 0.17, 0.55, 0.00, 0.15. Web safe color of #b563da is #cc66cc. Color #b563da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100011 11011010
Octal 265 143 332
Decimal 181 99 218
Hex B5 63 DA

RGB Percentages of Color #b563da

%36.35
%19.88
%43.78

CMYK Percentages of Color #b563da

%17
%55
%0
%15

Triadic Colors of #b563da

#b563da #dab563 #63dab5

Analogous Colors of #b563da

#b563da #da63c4 #7a63da

Monochromatic Colors of #b563da

#b563da

Complementary Color

#b563da #88da63

#b563da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b563da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b563da Color CSS Codes

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

#b563da Text Font Color

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

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


#b563da Background Color

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

This div background color is #b563da


#b563da Border Color

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

This div border color is #b563da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b563da


Comments

No comments written yet.

Please login to write comment.