Color Hex Logo

#b055eb Color Hex

#B055EB
(176,85,235)
0 Favorites   0 Comments

Color spaces of #b055eb

RGB 17685235
HSL0.770.790.63
HSV276°64°92°
CMYK 0.250.640.00   0.08
XYZ36.148421.725380.8854
Yxy21.72530.26050.1566
Hunter Lab46.610456.8663-70.2617
CIE-Lab53.734361.6809-60.9024

#b055eb color RGB value is (176,85,235).

#b055eb hex color red value is 176, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b055eb hue: 0.77 , saturation: 0.79 and the lightness value of b055eb is 0.63.

The process color (four color CMYK) of #b055eb color hex is 0.25, 0.64, 0.00, 0.08. Web safe color of #b055eb is #9966ff. Color #b055eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 11101011
Octal 260 125 353
Decimal 176 85 235
Hex B0 55 EB

RGB Percentages of Color #b055eb

%35.48
%17.14
%47.38

CMYK Percentages of Color #b055eb

%25
%64
%0
%8

Triadic Colors of #b055eb

#b055eb #ebb055 #55ebb0

Analogous Colors of #b055eb

#b055eb #eb55db #6555eb

Monochromatic Colors of #b055eb

#b055eb

Complementary Color

#b055eb #90eb55

#b055eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b055eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b055eb Color CSS Codes

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

#b055eb Text Font Color

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

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


#b055eb Background Color

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

This div background color is #b055eb


#b055eb Border Color

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

This div border color is #b055eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b055eb


Comments

No comments written yet.

Please login to write comment.