color codes Logo

#b96edc color codes

#B96EDC
(185,110,220)
0 Favorites   0 Comments

Color spaces of #b96edc

RGB 185110220
HSL0.780.610.65
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.501826.633570.8217
Yxy26.63350.28320.1959
Hunter Lab51.607742.8562-45.2389
CIE-Lab58.633548.2604-44.6082

#b96edc color RGB value is (185,110,220).

#b96edc hex color red value is 185, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b96edc hue: 0.78 , saturation: 0.61 and the lightness value of b96edc is 0.65.

The process color (four color CMYK) of #b96edc color code is 0.16, 0.50, 0.00, 0.14. Web safe color of #b96edc is #cc66cc. Color #b96edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 11011100
Octal 271 156 334
Decimal 185 110 220
Hex B9 6E DC

RGB Percentages of Color #b96edc

%35.92
%21.36
%42.72

CMYK Percentages of Color #b96edc

%16
%50
%0
%14

Triadic Colors of #b96edc

#b96edc #dcb96e #6edcb9

Analogous Colors of #b96edc

#b96edc #dc6ec8 #826edc

Monochromatic Colors of #b96edc

#b96edc

Complementary Color

#b96edc #91dc6e

#b96edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96edc Color CSS Codes

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

#b96edc Text Font Color

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

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


#b96edc Background Color

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

This div background color is #b96edc


#b96edc Border Color

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

This div border color is #b96edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96edc


Comments

No comments written yet.

Please login to write comment.