Color Hex Logo

#b035db Color Hex

#B035DB
(176,53,219)
0 Favorites   0 Comments

Color spaces of #b035db

RGB 17653219
HSL0.790.700.53
HSV284°76°86°
CMYK 0.200.760.00   0.14
XYZ31.963816.890868.5934
Yxy16.89080.27220.1438
Hunter Lab41.098466.9040-70.1863
CIE-Lab48.122171.3157-60.8945

#b035db color RGB value is (176,53,219).

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

The process color (four color CMYK) of #b035db color hex is 0.20, 0.76, 0.00, 0.14. Web safe color of #b035db is #9933cc. Color #b035db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 11011011
Octal 260 65 333
Decimal 176 53 219
Hex B0 35 DB

RGB Percentages of Color #b035db

%39.29
%11.83
%48.88

CMYK Percentages of Color #b035db

%20
%76
%0
%14

Triadic Colors of #b035db

#b035db #dbb035 #35dbb0

Analogous Colors of #b035db

#b035db #db35b3 #5d35db

Monochromatic Colors of #b035db

#b035db

Complementary Color

#b035db #60db35

#b035db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035db Color CSS Codes

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

#b035db Text Font Color

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

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


#b035db Background Color

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

This div background color is #b035db


#b035db Border Color

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

This div border color is #b035db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035db


Comments

No comments written yet.

Please login to write comment.