Color Hex Logo

#b135fa Color Hex

#B135FA
(177,53,250)
0 Favorites   0 Comments

Color spaces of #b135fa

RGB 17753250
HSL0.770.950.59
HSV278°79°98°
CMYK 0.290.790.00   0.02
XYZ36.659918.795492.1382
Yxy18.79540.24840.1273
Hunter Lab43.353775.0709-95.6596
CIE-Lab50.447077.5512-74.6081

#b135fa color RGB value is (177,53,250).

#b135fa hex color red value is 177, green value is 53 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b135fa hue: 0.77 , saturation: 0.95 and the lightness value of b135fa is 0.59.

The process color (four color CMYK) of #b135fa color hex is 0.29, 0.79, 0.00, 0.02. Web safe color of #b135fa is #9933ff. Color #b135fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110101 11111010
Octal 261 65 372
Decimal 177 53 250
Hex B1 35 FA

RGB Percentages of Color #b135fa

%36.88
%11.04
%52.08

CMYK Percentages of Color #b135fa

%29
%79
%0
%2

Triadic Colors of #b135fa

#b135fa #fab135 #35fab1

Analogous Colors of #b135fa

#b135fa #fa35e1 #4e35fa

Monochromatic Colors of #b135fa

#b135fa

Complementary Color

#b135fa #7efa35

#b135fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b135fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b135fa Color CSS Codes

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

#b135fa Text Font Color

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

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


#b135fa Background Color

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

This div background color is #b135fa


#b135fa Border Color

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

This div border color is #b135fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,53,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b135fa


Comments

No comments written yet.

Please login to write comment.