Color Hex Logo

#b198ea Color Hex

#B198EA
(177,152,234)
0 Favorites   0 Comments

Color spaces of #b198ea

RGB 177152234
HSL0.720.660.76
HSV258°35°92°
CMYK 0.240.350.00   0.08
XYZ44.211037.744182.7971
Yxy37.74410.26830.2291
Hunter Lab61.436220.9395-36.8993
CIE-Lab67.831626.0638-38.0127

#b198ea color RGB value is (177,152,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 11101010
Octal 261 230 352
Decimal 177 152 234
Hex B1 98 EA

RGB Percentages of Color #b198ea

%31.44
%27.00
%41.56

CMYK Percentages of Color #b198ea

%24
%35
%0
%8

Triadic Colors of #b198ea

#b198ea #eab198 #98eab1

Analogous Colors of #b198ea

#b198ea #da98ea #98a8ea

Monochromatic Colors of #b198ea

#b198ea

Complementary Color

#b198ea #d1ea98

#b198ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b198ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b198ea Color CSS Codes

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

#b198ea Text Font Color

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

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


#b198ea Background Color

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

This div background color is #b198ea


#b198ea Border Color

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

This div border color is #b198ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b198ea


Comments

No comments written yet.

Please login to write comment.