Color Hex Logo

#b02afa Color Hex

#B02AFA
(176,42,250)
0 Favorites   0 Comments

Color spaces of #b02afa

RGB 17642250
HSL0.770.950.57
HSV279°83°98°
CMYK 0.300.830.00   0.02
XYZ35.987817.788291.9792
Yxy17.78820.24690.1220
Hunter Lab42.176178.5016-99.7787
CIE-Lab49.238280.5234-76.5833

#b02afa color RGB value is (176,42,250).

#b02afa hex color red value is 176, green value is 42 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b02afa hue: 0.77 , saturation: 0.95 and the lightness value of b02afa is 0.57.

The process color (four color CMYK) of #b02afa color hex is 0.30, 0.83, 0.00, 0.02. Web safe color of #b02afa is #9933ff. Color #b02afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101010 11111010
Octal 260 52 372
Decimal 176 42 250
Hex B0 2A FA

RGB Percentages of Color #b02afa

%37.61
%8.97
%53.42

CMYK Percentages of Color #b02afa

%30
%83
%0
%2

Triadic Colors of #b02afa

#b02afa #fab02a #2afab0

Analogous Colors of #b02afa

#b02afa #fa2adc #482afa

Monochromatic Colors of #b02afa

#b02afa

Complementary Color

#b02afa #74fa2a

#b02afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02afa Color CSS Codes

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

#b02afa Text Font Color

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

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


#b02afa Background Color

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

This div background color is #b02afa


#b02afa Border Color

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

This div border color is #b02afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02afa

Related Colors


Comments

No comments written yet.

Please login to write comment.