Color Hex Logo

#b535db Color Hex

#B535DB
(181,53,219)
0 Favorites   0 Comments

Color spaces of #b535db

RGB 18153219
HSL0.800.700.53
HSV286°76°86°
CMYK 0.170.760.00   0.14
XYZ33.115317.484468.6473
Yxy17.48440.27770.1466
Hunter Lab41.814468.1898-68.0673
CIE-Lab48.864772.2413-59.6592

#b535db color RGB value is (181,53,219).

#b535db hex color red value is 181, green value is 53 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b535db hue: 0.80 , saturation: 0.70 and the lightness value of b535db is 0.53.

The process color (four color CMYK) of #b535db color hex is 0.17, 0.76, 0.00, 0.14. Web safe color of #b535db is #cc33cc. Color #b535db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 11011011
Octal 265 65 333
Decimal 181 53 219
Hex B5 35 DB

RGB Percentages of Color #b535db

%39.96
%11.70
%48.34

CMYK Percentages of Color #b535db

%17
%76
%0
%14

Triadic Colors of #b535db

#b535db #dbb535 #35dbb5

Analogous Colors of #b535db

#b535db #db35ae #6235db

Monochromatic Colors of #b535db

#b535db

Complementary Color

#b535db #5bdb35

#b535db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b535db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b535db Color CSS Codes

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

#b535db Text Font Color

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

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


#b535db Background Color

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

This div background color is #b535db


#b535db Border Color

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

This div border color is #b535db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b535db


Comments

No comments written yet.

Please login to write comment.