Color Hex Logo

#b76be7 Color Hex

#B76BE7
(183,107,231)
0 Favorites   0 Comments

Color spaces of #b76be7

RGB 183107231
HSL0.770.720.66
HSV277°54°91°
CMYK 0.210.540.00   0.09
XYZ39.209926.352278.6212
Yxy26.35220.27190.1828
Hunter Lab51.334446.5055-54.8715
CIE-Lab58.369951.6512-51.2040

#b76be7 color RGB value is (183,107,231).

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

The process color (four color CMYK) of #b76be7 color hex is 0.21, 0.54, 0.00, 0.09. Web safe color of #b76be7 is #cc66ff. Color #b76be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101011 11100111
Octal 267 153 347
Decimal 183 107 231
Hex B7 6B E7

RGB Percentages of Color #b76be7

%35.12
%20.54
%44.34

CMYK Percentages of Color #b76be7

%21
%54
%0
%9

Triadic Colors of #b76be7

#b76be7 #e7b76b #6be7b7

Analogous Colors of #b76be7

#b76be7 #e76bd9 #796be7

Monochromatic Colors of #b76be7

#b76be7

Complementary Color

#b76be7 #9be76b

#b76be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76be7 Color CSS Codes

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

#b76be7 Text Font Color

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

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


#b76be7 Background Color

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

This div background color is #b76be7


#b76be7 Border Color

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

This div border color is #b76be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76be7


Comments

No comments written yet.

Please login to write comment.