Color Hex Logo

#b859de Color Hex

#B859DE
(184,89,222)
0 Favorites   0 Comments

Color spaces of #b859de

RGB 18489222
HSL0.790.670.61
HSV283°60°87°
CMYK 0.170.600.00   0.13
XYZ36.524422.609071.5462
Yxy22.60900.27950.1730
Hunter Lab47.548953.9030-55.9286
CIE-Lab54.667358.9112-52.0355

#b859de color RGB value is (184,89,222).

#b859de hex color red value is 184, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b859de hue: 0.79 , saturation: 0.67 and the lightness value of b859de is 0.61.

The process color (four color CMYK) of #b859de color hex is 0.17, 0.60, 0.00, 0.13. Web safe color of #b859de is #cc66cc. Color #b859de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011001 11011110
Octal 270 131 336
Decimal 184 89 222
Hex B8 59 DE

RGB Percentages of Color #b859de

%37.17
%17.98
%44.85

CMYK Percentages of Color #b859de

%17
%60
%0
%13

Triadic Colors of #b859de

#b859de #deb859 #59deb8

Analogous Colors of #b859de

#b859de #de59c2 #7659de

Monochromatic Colors of #b859de

#b859de

Complementary Color

#b859de #7fde59

#b859de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b859de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b859de Color CSS Codes

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

#b859de Text Font Color

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

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


#b859de Background Color

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

This div background color is #b859de


#b859de Border Color

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

This div border color is #b859de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b859de


Comments

No comments written yet.

Please login to write comment.