Color Hex Logo

#b896dc Color Hex

#B896DC
(184,150,220)
0 Favorites   0 Comments

Color spaces of #b896dc

RGB 184150220
HSL0.750.500.73
HSV269°32°86°
CMYK 0.160.320.00   0.14
XYZ43.591837.170372.5872
Yxy37.17030.28430.2424
Hunter Lab60.967520.9347-27.9128
CIE-Lab67.404626.0871-30.9139

#b896dc color RGB value is (184,150,220).

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

The process color (four color CMYK) of #b896dc color hex is 0.16, 0.32, 0.00, 0.14. Web safe color of #b896dc is #cc99cc. Color #b896dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 11011100
Octal 270 226 334
Decimal 184 150 220
Hex B8 96 DC

RGB Percentages of Color #b896dc

%33.21
%27.08
%39.71

CMYK Percentages of Color #b896dc

%16
%32
%0
%14

Triadic Colors of #b896dc

#b896dc #dcb896 #96dcb8

Analogous Colors of #b896dc

#b896dc #db96dc #9697dc

Monochromatic Colors of #b896dc

#b896dc

Complementary Color

#b896dc #badc96

#b896dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896dc Color CSS Codes

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

#b896dc Text Font Color

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

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


#b896dc Background Color

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

This div background color is #b896dc


#b896dc Border Color

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

This div border color is #b896dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896dc


Comments

No comments written yet.

Please login to write comment.