Color Hex Logo

#b771eb Color Hex

#B771EB
(183,113,235)
0 Favorites   0 Comments

Color spaces of #b771eb

RGB 183113235
HSL0.760.750.68
HSV274°52°92°
CMYK 0.220.520.00   0.08
XYZ40.429027.875781.8470
Yxy27.87570.26930.1857
Hunter Lab52.797444.2887-54.9536
CIE-Lab59.776349.4073-51.2002

#b771eb color RGB value is (183,113,235).

#b771eb hex color red value is 183, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b771eb hue: 0.76 , saturation: 0.75 and the lightness value of b771eb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 11101011
Octal 267 161 353
Decimal 183 113 235
Hex B7 71 EB

RGB Percentages of Color #b771eb

%34.46
%21.28
%44.26

CMYK Percentages of Color #b771eb

%22
%52
%0
%8

Triadic Colors of #b771eb

#b771eb #ebb771 #71ebb7

Analogous Colors of #b771eb

#b771eb #eb71e2 #7a71eb

Monochromatic Colors of #b771eb

#b771eb

Complementary Color

#b771eb #a5eb71

#b771eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771eb Color CSS Codes

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

#b771eb Text Font Color

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

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


#b771eb Background Color

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

This div background color is #b771eb


#b771eb Border Color

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

This div border color is #b771eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771eb


Comments

No comments written yet.

Please login to write comment.