Color Hex Logo

#b985de Color Hex

#B985DE
(185,133,222)
0 Favorites   0 Comments

Color spaces of #b985de

RGB 185133222
HSL0.760.570.70
HSV275°40°87°
CMYK 0.170.400.00   0.13
XYZ41.579932.363373.1625
Yxy32.36330.28270.2200
Hunter Lab56.888830.9101-36.4285
CIE-Lab63.642036.2794-37.8615

#b985de color RGB value is (185,133,222).

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

The process color (four color CMYK) of #b985de color hex is 0.17, 0.40, 0.00, 0.13. Web safe color of #b985de is #cc99cc. Color #b985de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 11011110
Octal 271 205 336
Decimal 185 133 222
Hex B9 85 DE

RGB Percentages of Color #b985de

%34.26
%24.63
%41.11

CMYK Percentages of Color #b985de

%17
%40
%0
%13

Triadic Colors of #b985de

#b985de #deb985 #85deb9

Analogous Colors of #b985de

#b985de #de85d7 #8d85de

Monochromatic Colors of #b985de

#b985de

Complementary Color

#b985de #aade85

#b985de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985de Color CSS Codes

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

#b985de Text Font Color

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

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


#b985de Background Color

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

This div background color is #b985de


#b985de Border Color

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

This div border color is #b985de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985de


Comments

No comments written yet.

Please login to write comment.