Color Hex Logo

#b573db Color Hex

#B573DB
(181,115,219)
0 Favorites   0 Comments

Color spaces of #b573db

RGB 181115219
HSL0.770.590.65
HSV278°47°86°
CMYK 0.170.470.00   0.14
XYZ37.973027.199770.2665
Yxy27.19970.28040.2008
Hunter Lab52.153338.6981-43.3744
CIE-Lab59.158744.2952-43.2488

#b573db color RGB value is (181,115,219).

#b573db hex color red value is 181, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b573db hue: 0.77 , saturation: 0.59 and the lightness value of b573db is 0.65.

The process color (four color CMYK) of #b573db color hex is 0.17, 0.47, 0.00, 0.14. Web safe color of #b573db is #cc66cc. Color #b573db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 11011011
Octal 265 163 333
Decimal 181 115 219
Hex B5 73 DB

RGB Percentages of Color #b573db

%35.15
%22.33
%42.52

CMYK Percentages of Color #b573db

%17
%47
%0
%14

Triadic Colors of #b573db

#b573db #dbb573 #73dbb5

Analogous Colors of #b573db

#b573db #db73cd #8173db

Monochromatic Colors of #b573db

#b573db

Complementary Color

#b573db #99db73

#b573db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b573db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b573db Color CSS Codes

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

#b573db Text Font Color

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

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


#b573db Background Color

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

This div background color is #b573db


#b573db Border Color

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

This div border color is #b573db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b573db


Comments

No comments written yet.

Please login to write comment.