Color Hex Logo

#b563bf Color Hex

#B563BF
(181,99,191)
0 Favorites   0 Comments

Color spaces of #b563bf

RGB 18199191
HSL0.820.420.57
HSV293°48°75°
CMYK 0.050.480.00   0.25
XYZ32.921922.509051.8997
Yxy22.50900.30670.2097
Hunter Lab47.443740.8376-31.6481
CIE-Lab54.562946.9936-34.5699

#b563bf color RGB value is (181,99,191).

#b563bf hex color red value is 181, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b563bf hue: 0.82 , saturation: 0.42 and the lightness value of b563bf is 0.57.

The process color (four color CMYK) of #b563bf color hex is 0.05, 0.48, 0.00, 0.25. Web safe color of #b563bf is #cc66cc. Color #b563bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100011 10111111
Octal 265 143 277
Decimal 181 99 191
Hex B5 63 BF

RGB Percentages of Color #b563bf

%38.43
%21.02
%40.55

CMYK Percentages of Color #b563bf

%5
%48
%0
%25

Triadic Colors of #b563bf

#b563bf #bfb563 #63bfb5

Analogous Colors of #b563bf

#b563bf #bf639b #8763bf

Monochromatic Colors of #b563bf

#b563bf

Complementary Color

#b563bf #6dbf63

#b563bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b563bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b563bf Color CSS Codes

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

#b563bf Text Font Color

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

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


#b563bf Background Color

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

This div background color is #b563bf


#b563bf Border Color

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

This div border color is #b563bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b563bf


Comments

No comments written yet.

Please login to write comment.