Color Hex Logo

#b091fd Color Hex

#B091FD
(176,145,253)
0 Favorites   0 Comments

Color spaces of #b091fd

RGB 176145253
HSL0.710.960.78
HSV257°43°99°
CMYK 0.300.430.00   0.01
XYZ45.759536.572897.5760
Yxy36.57280.25430.2033
Hunter Lab60.475429.2322-53.3305
CIE-Lab66.955334.3122-49.7961

#b091fd color RGB value is (176,145,253).

#b091fd hex color red value is 176, green value is 145 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b091fd hue: 0.71 , saturation: 0.96 and the lightness value of b091fd is 0.78.

The process color (four color CMYK) of #b091fd color hex is 0.30, 0.43, 0.00, 0.01. Web safe color of #b091fd is #9999ff. Color #b091fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010001 11111101
Octal 260 221 375
Decimal 176 145 253
Hex B0 91 FD

RGB Percentages of Color #b091fd

%30.66
%25.26
%44.08

CMYK Percentages of Color #b091fd

%30
%43
%0
%1

Triadic Colors of #b091fd

#b091fd #fdb091 #91fdb0

Analogous Colors of #b091fd

#b091fd #e691fd #91a8fd

Monochromatic Colors of #b091fd

#b091fd

Complementary Color

#b091fd #defd91

#b091fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b091fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b091fd Color CSS Codes

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

#b091fd Text Font Color

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

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


#b091fd Background Color

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

This div background color is #b091fd


#b091fd Border Color

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

This div border color is #b091fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,145,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b091fd

Related Colors


Comments

No comments written yet.

Please login to write comment.