Color Hex Logo

#b76bea Color Hex

#B76BEA
(183,107,234)
0 Favorites   0 Comments

Color spaces of #b76bea

RGB 183107234
HSL0.770.750.67
HSV276°54°92°
CMYK 0.220.540.00   0.08
XYZ39.637426.523280.8723
Yxy26.52320.26960.1804
Hunter Lab51.500747.2560-57.0535
CIE-Lab58.530452.3071-52.6236

#b76bea color RGB value is (183,107,234).

#b76bea hex color red value is 183, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b76bea hue: 0.77 , saturation: 0.75 and the lightness value of b76bea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101011 11101010
Octal 267 153 352
Decimal 183 107 234
Hex B7 6B EA

RGB Percentages of Color #b76bea

%34.92
%20.42
%44.66

CMYK Percentages of Color #b76bea

%22
%54
%0
%8

Triadic Colors of #b76bea

#b76bea #eab76b #6beab7

Analogous Colors of #b76bea

#b76bea #ea6bde #786bea

Monochromatic Colors of #b76bea

#b76bea

Complementary Color

#b76bea #9eea6b

#b76bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76bea Color CSS Codes

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

#b76bea Text Font Color

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

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


#b76bea Background Color

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

This div background color is #b76bea


#b76bea Border Color

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

This div border color is #b76bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76bea


Comments

No comments written yet.

Please login to write comment.