Color Hex Logo

#b896ce Color Hex

#B896CE
(184,150,206)
0 Favorites   0 Comments

Color spaces of #b896ce

RGB 184150206
HSL0.770.360.70
HSV276°27°81°
CMYK 0.110.270.00   0.19
XYZ41.814136.459363.2260
Yxy36.45930.29550.2577
Hunter Lab60.381517.9432-19.8160
CIE-Lab66.869423.0797-23.9778

#b896ce color RGB value is (184,150,206).

#b896ce hex color red value is 184, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b896ce hue: 0.77 , saturation: 0.36 and the lightness value of b896ce is 0.70.

The process color (four color CMYK) of #b896ce color hex is 0.11, 0.27, 0.00, 0.19. Web safe color of #b896ce is #cc99cc. Color #b896ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 11001110
Octal 270 226 316
Decimal 184 150 206
Hex B8 96 CE

RGB Percentages of Color #b896ce

%34.07
%27.78
%38.15

CMYK Percentages of Color #b896ce

%11
%27
%0
%19

Triadic Colors of #b896ce

#b896ce #ceb896 #96ceb8

Analogous Colors of #b896ce

#b896ce #ce96c8 #9c96ce

Monochromatic Colors of #b896ce

#b896ce

Complementary Color

#b896ce #acce96

#b896ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896ce Color CSS Codes

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

#b896ce Text Font Color

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

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


#b896ce Background Color

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

This div background color is #b896ce


#b896ce Border Color

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

This div border color is #b896ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896ce


Comments

No comments written yet.

Please login to write comment.