Color Hex Logo

#b570db Color Hex

#B570DB
(181,112,219)
0 Favorites   0 Comments

Color spaces of #b570db

RGB 181112219
HSL0.770.600.65
HSV279°49°86°
CMYK 0.170.490.00   0.14
XYZ37.636426.526670.1543
Yxy26.52660.28020.1975
Hunter Lab51.504040.3064-44.7070
CIE-Lab58.533645.8985-44.2346

#b570db color RGB value is (181,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110000 11011011
Octal 265 160 333
Decimal 181 112 219
Hex B5 70 DB

RGB Percentages of Color #b570db

%35.35
%21.88
%42.77

CMYK Percentages of Color #b570db

%17
%49
%0
%14

Triadic Colors of #b570db

#b570db #dbb570 #70dbb5

Analogous Colors of #b570db

#b570db #db70cc #8070db

Monochromatic Colors of #b570db

#b570db

Complementary Color

#b570db #96db70

#b570db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b570db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b570db Color CSS Codes

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

#b570db Text Font Color

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

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


#b570db Background Color

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

This div background color is #b570db


#b570db Border Color

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

This div border color is #b570db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b570db


Comments

No comments written yet.

Please login to write comment.