Color Hex Logo

#b98adc Color Hex

#B98ADC
(185,138,220)
0 Favorites   0 Comments

Color spaces of #b98adc

RGB 185138220
HSL0.760.540.70
HSV274°37°86°
CMYK 0.160.370.00   0.14
XYZ42.014333.658671.9925
Yxy33.65860.28450.2279
Hunter Lab58.016027.7388-32.9622
CIE-Lab64.690733.0766-35.1146

#b98adc color RGB value is (185,138,220).

#b98adc hex color red value is 185, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b98adc hue: 0.76 , saturation: 0.54 and the lightness value of b98adc is 0.70.

The process color (four color CMYK) of #b98adc color hex is 0.16, 0.37, 0.00, 0.14. Web safe color of #b98adc is #cc99cc. Color #b98adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11011100
Octal 271 212 334
Decimal 185 138 220
Hex B9 8A DC

RGB Percentages of Color #b98adc

%34.07
%25.41
%40.52

CMYK Percentages of Color #b98adc

%16
%37
%0
%14

Triadic Colors of #b98adc

#b98adc #dcb98a #8adcb9

Analogous Colors of #b98adc

#b98adc #dc8ad6 #908adc

Monochromatic Colors of #b98adc

#b98adc

Complementary Color

#b98adc #addc8a

#b98adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98adc Color CSS Codes

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

#b98adc Text Font Color

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

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


#b98adc Background Color

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

This div background color is #b98adc


#b98adc Border Color

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

This div border color is #b98adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98adc


Comments

No comments written yet.

Please login to write comment.