Color Hex Logo

#b98fcd Color Hex

#B98FCD
(185,143,205)
0 Favorites   0 Comments

Color spaces of #b98fcd

RGB 185143205
HSL0.780.380.68
HSV281°30°80°
CMYK 0.100.300.00   0.20
XYZ40.849534.367062.2381
Yxy34.36700.29720.2500
Hunter Lab58.623421.7901-21.9095
CIE-Lab65.252827.1006-25.8913

#b98fcd color RGB value is (185,143,205).

#b98fcd hex color red value is 185, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b98fcd hue: 0.78 , saturation: 0.38 and the lightness value of b98fcd is 0.68.

The process color (four color CMYK) of #b98fcd color hex is 0.10, 0.30, 0.00, 0.20. Web safe color of #b98fcd is #cc99cc. Color #b98fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 11001101
Octal 271 217 315
Decimal 185 143 205
Hex B9 8F CD

RGB Percentages of Color #b98fcd

%34.71
%26.83
%38.46

CMYK Percentages of Color #b98fcd

%10
%30
%0
%20

Triadic Colors of #b98fcd

#b98fcd #cdb98f #8fcdb9

Analogous Colors of #b98fcd

#b98fcd #cd8fc2 #9a8fcd

Monochromatic Colors of #b98fcd

#b98fcd

Complementary Color

#b98fcd #a3cd8f

#b98fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98fcd Color CSS Codes

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

#b98fcd Text Font Color

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

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


#b98fcd Background Color

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

This div background color is #b98fcd


#b98fcd Border Color

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

This div border color is #b98fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98fcd


Comments

No comments written yet.

Please login to write comment.