Color Hex Logo

#b098fc Color Hex

#B098FC
(176,152,252)
0 Favorites   0 Comments

Color spaces of #b098fc

RGB 176152252
HSL0.710.940.79
HSV254°40°99°
CMYK 0.300.400.00   0.01
XYZ46.703438.714997.1066
Yxy38.71490.25590.2121
Hunter Lab62.221325.0951-48.9769
CIE-Lab68.544230.1394-46.7468

#b098fc color RGB value is (176,152,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11111100
Octal 260 230 374
Decimal 176 152 252
Hex B0 98 FC

RGB Percentages of Color #b098fc

%30.34
%26.21
%43.45

CMYK Percentages of Color #b098fc

%30
%40
%0
%1

Triadic Colors of #b098fc

#b098fc #fcb098 #98fcb0

Analogous Colors of #b098fc

#b098fc #e298fc #98b2fc

Monochromatic Colors of #b098fc

#b098fc

Complementary Color

#b098fc #e4fc98

#b098fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098fc Color CSS Codes

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

#b098fc Text Font Color

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

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


#b098fc Background Color

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

This div background color is #b098fc


#b098fc Border Color

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

This div border color is #b098fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098fc


Comments

No comments written yet.

Please login to write comment.