Color Hex Logo

#b98ccc Color Hex

#B98CCC
(185,140,204)
0 Favorites   0 Comments

Color spaces of #b98ccc

RGB 185140204
HSL0.780.390.67
HSV282°31°80°
CMYK 0.090.310.00   0.20
XYZ40.284833.430161.4562
Yxy33.43010.29800.2473
Hunter Lab57.818823.1857-22.5468
CIE-Lab64.507728.5658-26.4781

#b98ccc color RGB value is (185,140,204).

#b98ccc hex color red value is 185, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b98ccc hue: 0.78 , saturation: 0.39 and the lightness value of b98ccc is 0.67.

The process color (four color CMYK) of #b98ccc color hex is 0.09, 0.31, 0.00, 0.20. Web safe color of #b98ccc is #cc99cc. Color #b98ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11001100
Octal 271 214 314
Decimal 185 140 204
Hex B9 8C CC

RGB Percentages of Color #b98ccc

%34.97
%26.47
%38.56

CMYK Percentages of Color #b98ccc

%9
%31
%0
%20

Triadic Colors of #b98ccc

#b98ccc #ccb98c #8cccb9

Analogous Colors of #b98ccc

#b98ccc #cc8cbf #998ccc

Monochromatic Colors of #b98ccc

#b98ccc

Complementary Color

#b98ccc #9fcc8c

#b98ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ccc Color CSS Codes

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

#b98ccc Text Font Color

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

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


#b98ccc Background Color

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

This div background color is #b98ccc


#b98ccc Border Color

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

This div border color is #b98ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ccc


Comments

No comments written yet.

Please login to write comment.