Color Hex Logo

#b98edc Color Hex

#B98EDC
(185,142,220)
0 Favorites   0 Comments

Color spaces of #b98edc

RGB 185142220
HSL0.760.530.71
HSV273°35°86°
CMYK 0.160.350.00   0.14
XYZ42.598934.827672.1873
Yxy34.82760.28470.2328
Hunter Lab59.014925.5711-31.2133
CIE-Lab65.614230.8542-33.6793

#b98edc color RGB value is (185,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001110 11011100
Octal 271 216 334
Decimal 185 142 220
Hex B9 8E DC

RGB Percentages of Color #b98edc

%33.82
%25.96
%40.22

CMYK Percentages of Color #b98edc

%16
%35
%0
%14

Triadic Colors of #b98edc

#b98edc #dcb98e #8edcb9

Analogous Colors of #b98edc

#b98edc #dc8ed8 #928edc

Monochromatic Colors of #b98edc

#b98edc

Complementary Color

#b98edc #b1dc8e

#b98edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98edc Color CSS Codes

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

#b98edc Text Font Color

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

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


#b98edc Background Color

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

This div background color is #b98edc


#b98edc Border Color

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

This div border color is #b98edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98edc


Comments

No comments written yet.

Please login to write comment.