Color Hex Logo

#b85ade Color Hex

#B85ADE
(184,90,222)
0 Favorites   0 Comments

Color spaces of #b85ade

RGB 18490222
HSL0.790.670.61
HSV283°59°87°
CMYK 0.170.590.00   0.13
XYZ36.608122.776671.5741
Yxy22.77660.27950.1739
Hunter Lab47.724853.4028-55.5113
CIE-Lab54.841558.4378-51.7578

#b85ade color RGB value is (184,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011010 11011110
Octal 270 132 336
Decimal 184 90 222
Hex B8 5A DE

RGB Percentages of Color #b85ade

%37.10
%18.15
%44.76

CMYK Percentages of Color #b85ade

%17
%59
%0
%13

Triadic Colors of #b85ade

#b85ade #deb85a #5adeb8

Analogous Colors of #b85ade

#b85ade #de5ac2 #765ade

Monochromatic Colors of #b85ade

#b85ade

Complementary Color

#b85ade #80de5a

#b85ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ade Color CSS Codes

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

#b85ade Text Font Color

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

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


#b85ade Background Color

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

This div background color is #b85ade


#b85ade Border Color

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

This div border color is #b85ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ade


Comments

No comments written yet.

Please login to write comment.