Color Hex Logo

#b98dcd Color Hex

#B98DCD
(185,141,205)
0 Favorites   0 Comments

Color spaces of #b98dcd

RGB 185141205
HSL0.780.390.68
HSV281°31°80°
CMYK 0.100.310.00   0.20
XYZ40.551933.771862.1389
Yxy33.77180.29720.2475
Hunter Lab58.113522.8596-22.7174
CIE-Lab64.781028.2157-26.6165

#b98dcd color RGB value is (185,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 11001101
Octal 271 215 315
Decimal 185 141 205
Hex B9 8D CD

RGB Percentages of Color #b98dcd

%34.84
%26.55
%38.61

CMYK Percentages of Color #b98dcd

%10
%31
%0
%20

Triadic Colors of #b98dcd

#b98dcd #cdb98d #8dcdb9

Analogous Colors of #b98dcd

#b98dcd #cd8dc1 #998dcd

Monochromatic Colors of #b98dcd

#b98dcd

Complementary Color

#b98dcd #a1cd8d

#b98dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98dcd Color CSS Codes

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

#b98dcd Text Font Color

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

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


#b98dcd Background Color

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

This div background color is #b98dcd


#b98dcd Border Color

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

This div border color is #b98dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,141,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 #b98dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98dcd


Comments

No comments written yet.

Please login to write comment.