Color Hex Logo

#b135db Color Hex

#B135DB
(177,53,219)
0 Favorites   0 Comments

Color spaces of #b135db

RGB 17753219
HSL0.790.700.53
HSV285°76°86°
CMYK 0.190.760.00   0.14
XYZ32.190717.007868.6040
Yxy17.00780.27330.1444
Hunter Lab41.240567.1591-69.7611
CIE-Lab48.269971.4998-60.6487

#b135db color RGB value is (177,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110101 11011011
Octal 261 65 333
Decimal 177 53 219
Hex B1 35 DB

RGB Percentages of Color #b135db

%39.42
%11.80
%48.78

CMYK Percentages of Color #b135db

%19
%76
%0
%14

Triadic Colors of #b135db

#b135db #dbb135 #35dbb1

Analogous Colors of #b135db

#b135db #db35b2 #5e35db

Monochromatic Colors of #b135db

#b135db

Complementary Color

#b135db #5fdb35

#b135db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b135db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b135db Color CSS Codes

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

#b135db Text Font Color

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

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


#b135db Background Color

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

This div background color is #b135db


#b135db Border Color

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

This div border color is #b135db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b135db


Comments

No comments written yet.

Please login to write comment.