Color Hex Logo

#b98cc2 Color Hex

#B98CC2
(185,140,194)
0 Favorites   0 Comments

Color spaces of #b98cc2

RGB 185140194
HSL0.810.310.65
HSV290°28°76°
CMYK 0.050.280.00   0.24
XYZ39.123332.965555.3399
Yxy32.96550.30700.2587
Hunter Lab57.415621.1536-16.9556
CIE-Lab64.133026.5360-21.4482

#b98cc2 color RGB value is (185,140,194).

#b98cc2 hex color red value is 185, green value is 140 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #b98cc2 hue: 0.81 , saturation: 0.31 and the lightness value of b98cc2 is 0.65.

The process color (four color CMYK) of #b98cc2 color hex is 0.05, 0.28, 0.00, 0.24. Web safe color of #b98cc2 is #cc99cc. Color #b98cc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11000010
Octal 271 214 302
Decimal 185 140 194
Hex B9 8C C2

RGB Percentages of Color #b98cc2

%35.65
%26.97
%37.38

CMYK Percentages of Color #b98cc2

%5
%28
%0
%24

Triadic Colors of #b98cc2

#b98cc2 #c2b98c #8cc2b9

Analogous Colors of #b98cc2

#b98cc2 #c28cb0 #9e8cc2

Monochromatic Colors of #b98cc2

#b98cc2

Complementary Color

#b98cc2 #95c28c

#b98cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cc2 Color CSS Codes

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

#b98cc2 Text Font Color

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

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


#b98cc2 Background Color

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

This div background color is #b98cc2


#b98cc2 Border Color

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

This div border color is #b98cc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,140,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98cc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98cc2;
  -webkit-box-shadow: 1px 1px 3px 2px #b98cc2;
  box-shadow:         1px 1px 3px 2px #b98cc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,140,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98cc2


Comments

No comments written yet.

Please login to write comment.