Color Hex Logo

#b776ec Color Hex

#B776EC
(183,118,236)
0 Favorites   0 Comments

Color spaces of #b776ec

RGB 183118236
HSL0.760.760.69
HSV273°50°93°
CMYK 0.220.500.00   0.07
XYZ41.147229.080382.8012
Yxy29.08030.26890.1900
Hunter Lab53.926241.8298-53.2888
CIE-Lab60.852446.9823-50.0488

#b776ec color RGB value is (183,118,236).

#b776ec hex color red value is 183, green value is 118 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b776ec hue: 0.76 , saturation: 0.76 and the lightness value of b776ec is 0.69.

The process color (four color CMYK) of #b776ec color hex is 0.22, 0.50, 0.00, 0.07. Web safe color of #b776ec is #cc66ff. Color #b776ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 11101100
Octal 267 166 354
Decimal 183 118 236
Hex B7 76 EC

RGB Percentages of Color #b776ec

%34.08
%21.97
%43.95

CMYK Percentages of Color #b776ec

%22
%50
%0
%7

Triadic Colors of #b776ec

#b776ec #ecb776 #76ecb7

Analogous Colors of #b776ec

#b776ec #ec76e6 #7c76ec

Monochromatic Colors of #b776ec

#b776ec

Complementary Color

#b776ec #abec76

#b776ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776ec Color CSS Codes

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

#b776ec Text Font Color

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

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


#b776ec Background Color

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

This div background color is #b776ec


#b776ec Border Color

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

This div border color is #b776ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,118,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b776ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b776ec;
  -webkit-box-shadow: 1px 1px 3px 2px #b776ec;
  box-shadow:         1px 1px 3px 2px #b776ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,118,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776ec


Comments

No comments written yet.

Please login to write comment.