Color Hex Logo

#b776ed Color Hex

#B776ED
(183,118,237)
0 Favorites   0 Comments

Color spaces of #b776ed

RGB 183118237
HSL0.760.770.70
HSV273°50°93°
CMYK 0.230.500.00   0.07
XYZ41.292929.138683.5687
Yxy29.13860.26810.1892
Hunter Lab53.980242.0808-54.0029
CIE-Lab60.903847.2070-50.5226

#b776ed color RGB value is (183,118,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 11101101
Octal 267 166 355
Decimal 183 118 237
Hex B7 76 ED

RGB Percentages of Color #b776ed

%34.01
%21.93
%44.05

CMYK Percentages of Color #b776ed

%23
%50
%0
%7

Triadic Colors of #b776ed

#b776ed #edb776 #76edb7

Analogous Colors of #b776ed

#b776ed #ed76e8 #7c76ed

Monochromatic Colors of #b776ed

#b776ed

Complementary Color

#b776ed #aced76

#b776ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776ed Color CSS Codes

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

#b776ed Text Font Color

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

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


#b776ed Background Color

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

This div background color is #b776ed


#b776ed Border Color

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

This div border color is #b776ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776ed


Comments

No comments written yet.

Please login to write comment.