Color Hex Logo

#b864da Color Hex

#B864DA
(184,100,218)
0 Favorites   0 Comments

Color spaces of #b864da

RGB 184100218
HSL0.790.610.62
HSV283°54°85°
CMYK 0.160.540.00   0.15
XYZ36.979224.366669.0839
Yxy24.36660.28350.1868
Hunter Lab49.362547.3361-48.4238
CIE-Lab56.453052.7168-46.9387

#b864da color RGB value is (184,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 11011010
Octal 270 144 332
Decimal 184 100 218
Hex B8 64 DA

RGB Percentages of Color #b864da

%36.65
%19.92
%43.43

CMYK Percentages of Color #b864da

%16
%54
%0
%15

Triadic Colors of #b864da

#b864da #dab864 #64dab8

Analogous Colors of #b864da

#b864da #da64c1 #7d64da

Monochromatic Colors of #b864da

#b864da

Complementary Color

#b864da #86da64

#b864da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864da Color CSS Codes

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

#b864da Text Font Color

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

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


#b864da Background Color

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

This div background color is #b864da


#b864da Border Color

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

This div border color is #b864da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864da


Comments

No comments written yet.

Please login to write comment.