Color Hex Logo

#b043eb Color Hex

#B043EB
(176,67,235)
0 Favorites   0 Comments

Color spaces of #b043eb

RGB 17667235
HSL0.770.810.59
HSV279°71°92°
CMYK 0.250.710.00   0.08
XYZ34.907019.242680.4716
Yxy19.24260.25930.1429
Hunter Lab43.866465.2765-78.0593
CIE-Lab50.969869.4015-65.3594

#b043eb color RGB value is (176,67,235).

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

The process color (four color CMYK) of #b043eb color hex is 0.25, 0.71, 0.00, 0.08. Web safe color of #b043eb is #9933ff. Color #b043eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 11101011
Octal 260 103 353
Decimal 176 67 235
Hex B0 43 EB

RGB Percentages of Color #b043eb

%36.82
%14.02
%49.16

CMYK Percentages of Color #b043eb

%25
%71
%0
%8

Triadic Colors of #b043eb

#b043eb #ebb043 #43ebb0

Analogous Colors of #b043eb

#b043eb #eb43d2 #5c43eb

Monochromatic Colors of #b043eb

#b043eb

Complementary Color

#b043eb #7eeb43

#b043eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b043eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b043eb Color CSS Codes

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

#b043eb Text Font Color

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

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


#b043eb Background Color

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

This div background color is #b043eb


#b043eb Border Color

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

This div border color is #b043eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b043eb


Comments

No comments written yet.

Please login to write comment.