Color Hex Logo

#b860da Color Hex

#B860DA
(184,96,218)
0 Favorites   0 Comments

Color spaces of #b860da

RGB 18496218
HSL0.790.620.62
HSV283°56°85°
CMYK 0.160.560.00   0.15
XYZ36.604923.618068.9591
Yxy23.61800.28340.1828
Hunter Lab48.598449.4014-50.1113
CIE-Lab55.703354.7126-48.1278

#b860da color RGB value is (184,96,218).

#b860da hex color red value is 184, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b860da hue: 0.79 , saturation: 0.62 and the lightness value of b860da is 0.62.

The process color (four color CMYK) of #b860da color hex is 0.16, 0.56, 0.00, 0.15. Web safe color of #b860da is #cc66cc. Color #b860da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 11011010
Octal 270 140 332
Decimal 184 96 218
Hex B8 60 DA

RGB Percentages of Color #b860da

%36.95
%19.28
%43.78

CMYK Percentages of Color #b860da

%16
%56
%0
%15

Triadic Colors of #b860da

#b860da #dab860 #60dab8

Analogous Colors of #b860da

#b860da #da60bf #7b60da

Monochromatic Colors of #b860da

#b860da

Complementary Color

#b860da #82da60

#b860da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b860da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b860da Color CSS Codes

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

#b860da Text Font Color

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

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


#b860da Background Color

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

This div background color is #b860da


#b860da Border Color

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

This div border color is #b860da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,96,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b860da


Comments

No comments written yet.

Please login to write comment.