Color Hex Logo

#b896da Color Hex

#B896DA
(184,150,218)
0 Favorites   0 Comments

Color spaces of #b896da

RGB 184150218
HSL0.750.480.72
HSV270°31°85°
CMYK 0.160.310.00   0.15
XYZ43.328437.065071.2003
Yxy37.06500.28580.2445
Hunter Lab60.881020.4948-26.7229
CIE-Lab67.325825.6487-29.9299

#b896da color RGB value is (184,150,218).

#b896da hex color red value is 184, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b896da hue: 0.75 , saturation: 0.48 and the lightness value of b896da is 0.72.

The process color (four color CMYK) of #b896da color hex is 0.16, 0.31, 0.00, 0.15. Web safe color of #b896da is #cc99cc. Color #b896da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 11011010
Octal 270 226 332
Decimal 184 150 218
Hex B8 96 DA

RGB Percentages of Color #b896da

%33.33
%27.17
%39.49

CMYK Percentages of Color #b896da

%16
%31
%0
%15

Triadic Colors of #b896da

#b896da #dab896 #96dab8

Analogous Colors of #b896da

#b896da #da96da #9696da

Monochromatic Colors of #b896da

#b896da

Complementary Color

#b896da #b8da96

#b896da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896da Color CSS Codes

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

#b896da Text Font Color

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

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


#b896da Background Color

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

This div background color is #b896da


#b896da Border Color

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

This div border color is #b896da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896da


Comments

No comments written yet.

Please login to write comment.