Color Hex Logo

#b776ea Color Hex

#B776EA
(183,118,234)
0 Favorites   0 Comments

Color spaces of #b776ea

RGB 183118234
HSL0.760.730.69
HSV274°50°92°
CMYK 0.220.500.00   0.08
XYZ40.858228.964781.2792
Yxy28.96470.27040.1917
Hunter Lab53.818941.3306-51.8687
CIE-Lab60.750546.5342-49.0991

#b776ea color RGB value is (183,118,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 11101010
Octal 267 166 352
Decimal 183 118 234
Hex B7 76 EA

RGB Percentages of Color #b776ea

%34.21
%22.06
%43.74

CMYK Percentages of Color #b776ea

%22
%50
%0
%8

Triadic Colors of #b776ea

#b776ea #eab776 #76eab7

Analogous Colors of #b776ea

#b776ea #ea76e3 #7d76ea

Monochromatic Colors of #b776ea

#b776ea

Complementary Color

#b776ea #a9ea76

#b776ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776ea Color CSS Codes

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

#b776ea Text Font Color

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

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


#b776ea Background Color

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

This div background color is #b776ea


#b776ea Border Color

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

This div border color is #b776ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776ea


Comments

No comments written yet.

Please login to write comment.