Color Hex Logo

#b092fd Color Hex

#B092FD
(176,146,253)
0 Favorites   0 Comments

Color spaces of #b092fd

RGB 176146253
HSL0.710.960.78
HSV257°42°99°
CMYK 0.300.420.00   0.01
XYZ45.913036.879797.6271
Yxy36.87970.25450.2044
Hunter Lab60.728728.6771-52.8043
CIE-Lab67.186733.7525-49.4308

#b092fd color RGB value is (176,146,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 11111101
Octal 260 222 375
Decimal 176 146 253
Hex B0 92 FD

RGB Percentages of Color #b092fd

%30.61
%25.39
%44.00

CMYK Percentages of Color #b092fd

%30
%42
%0
%1

Triadic Colors of #b092fd

#b092fd #fdb092 #92fdb0

Analogous Colors of #b092fd

#b092fd #e692fd #92aafd

Monochromatic Colors of #b092fd

#b092fd

Complementary Color

#b092fd #dffd92

#b092fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b092fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b092fd Color CSS Codes

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

#b092fd Text Font Color

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

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


#b092fd Background Color

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

This div background color is #b092fd


#b092fd Border Color

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

This div border color is #b092fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b092fd


Comments

No comments written yet.

Please login to write comment.