Color Hex Logo

#b770eb Color Hex

#B770EB
(183,112,235)
0 Favorites   0 Comments

Color spaces of #b770eb

RGB 183112235
HSL0.760.750.68
HSV275°52°92°
CMYK 0.220.520.00   0.08
XYZ40.318027.653881.8100
Yxy27.65380.26920.1846
Hunter Lab52.586944.8277-55.4273
CIE-Lab59.574749.9318-51.5204

#b770eb color RGB value is (183,112,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 11101011
Octal 267 160 353
Decimal 183 112 235
Hex B7 70 EB

RGB Percentages of Color #b770eb

%34.53
%21.13
%44.34

CMYK Percentages of Color #b770eb

%22
%52
%0
%8

Triadic Colors of #b770eb

#b770eb #ebb770 #70ebb7

Analogous Colors of #b770eb

#b770eb #eb70e2 #7a70eb

Monochromatic Colors of #b770eb

#b770eb

Complementary Color

#b770eb #a4eb70

#b770eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b770eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b770eb Color CSS Codes

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

#b770eb Text Font Color

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

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


#b770eb Background Color

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

This div background color is #b770eb


#b770eb Border Color

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

This div border color is #b770eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b770eb

#b770eb Color Palettes


Comments

No comments written yet.

Please login to write comment.