Color Hex Logo

#b093fc Color Hex

#B093FC
(176,147,252)
0 Favorites   0 Comments

Color spaces of #b093fc

RGB 176147252
HSL0.710.950.78
HSV257°42°99°
CMYK 0.300.420.00   0.01
XYZ45.908937.125896.8418
Yxy37.12580.25520.2064
Hunter Lab60.930927.8631-51.5821
CIE-Lab67.371332.9450-48.5940

#b093fc color RGB value is (176,147,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 11111100
Octal 260 223 374
Decimal 176 147 252
Hex B0 93 FC

RGB Percentages of Color #b093fc

%30.61
%25.57
%43.83

CMYK Percentages of Color #b093fc

%30
%42
%0
%1

Triadic Colors of #b093fc

#b093fc #fcb093 #93fcb0

Analogous Colors of #b093fc

#b093fc #e593fc #93abfc

Monochromatic Colors of #b093fc

#b093fc

Complementary Color

#b093fc #dffc93

#b093fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b093fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b093fc Color CSS Codes

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

#b093fc Text Font Color

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

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


#b093fc Background Color

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

This div background color is #b093fc


#b093fc Border Color

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

This div border color is #b093fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b093fc

Related Colors


Comments

No comments written yet.

Please login to write comment.