Color Hex Logo

#b03aec Color Hex

#B03AEC
(176,58,236)
0 Favorites   0 Comments

Color spaces of #b03aec

RGB 17658236
HSL0.780.820.58
HSV280°75°93°
CMYK 0.250.750.00   0.07
XYZ34.557918.312381.0701
Yxy18.31230.25800.1367
Hunter Lab42.792969.2623-82.3685
CIE-Lab49.872772.9328-67.6981

#b03aec color RGB value is (176,58,236).

#b03aec hex color red value is 176, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b03aec hue: 0.78 , saturation: 0.82 and the lightness value of b03aec is 0.58.

The process color (four color CMYK) of #b03aec color hex is 0.25, 0.75, 0.00, 0.07. Web safe color of #b03aec is #9933ff. Color #b03aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111010 11101100
Octal 260 72 354
Decimal 176 58 236
Hex B0 3A EC

RGB Percentages of Color #b03aec

%37.45
%12.34
%50.21

CMYK Percentages of Color #b03aec

%25
%75
%0
%7

Triadic Colors of #b03aec

#b03aec #ecb03a #3aecb0

Analogous Colors of #b03aec

#b03aec #ec3acf #573aec

Monochromatic Colors of #b03aec

#b03aec

Complementary Color

#b03aec #76ec3a

#b03aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03aec Color CSS Codes

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

#b03aec Text Font Color

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

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


#b03aec Background Color

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

This div background color is #b03aec


#b03aec Border Color

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

This div border color is #b03aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,58,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03aec


Comments

No comments written yet.

Please login to write comment.