Color Hex Logo

#b198eb Color Hex

#B198EB
(177,152,235)
0 Favorites   0 Comments

Color spaces of #b198eb

RGB 177152235
HSL0.720.670.76
HSV258°35°92°
CMYK 0.250.350.00   0.08
XYZ44.355137.801783.5560
Yxy37.80170.26770.2281
Hunter Lab61.483121.1780-37.5374
CIE-Lab67.874226.3006-38.4953

#b198eb color RGB value is (177,152,235).

#b198eb hex color red value is 177, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b198eb hue: 0.72 , saturation: 0.67 and the lightness value of b198eb is 0.76.

The process color (four color CMYK) of #b198eb color hex is 0.25, 0.35, 0.00, 0.08. Web safe color of #b198eb is #9999ff. Color #b198eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 11101011
Octal 261 230 353
Decimal 177 152 235
Hex B1 98 EB

RGB Percentages of Color #b198eb

%31.38
%26.95
%41.67

CMYK Percentages of Color #b198eb

%25
%35
%0
%8

Triadic Colors of #b198eb

#b198eb #ebb198 #98ebb1

Analogous Colors of #b198eb

#b198eb #db98eb #98a9eb

Monochromatic Colors of #b198eb

#b198eb

Complementary Color

#b198eb #d2eb98

#b198eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b198eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b198eb Color CSS Codes

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

#b198eb Text Font Color

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

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


#b198eb Background Color

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

This div background color is #b198eb


#b198eb Border Color

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

This div border color is #b198eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b198eb


Comments

No comments written yet.

Please login to write comment.