Color Hex Logo

#b020df Color Hex

#B020DF
(176,32,223)
0 Favorites   0 Comments

Color spaces of #b020df

RGB 17632223
HSL0.790.750.50
HSV285°86°87°
CMYK 0.210.860.00   0.13
XYZ31.740315.590871.1485
Yxy15.59080.26790.1316
Hunter Lab39.485274.3887-79.1952
CIE-Lab46.433077.7842-65.9098

#b020df color RGB value is (176,32,223).

#b020df hex color red value is 176, green value is 32 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b020df hue: 0.79 , saturation: 0.75 and the lightness value of b020df is 0.50.

The process color (four color CMYK) of #b020df color hex is 0.21, 0.86, 0.00, 0.13. Web safe color of #b020df is #9933cc. Color #b020df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100000 11011111
Octal 260 40 337
Decimal 176 32 223
Hex B0 20 DF

RGB Percentages of Color #b020df

%40.84
%7.42
%51.74

CMYK Percentages of Color #b020df

%21
%86
%0
%13

Triadic Colors of #b020df

#b020df #dfb020 #20dfb0

Analogous Colors of #b020df

#b020df #df20af #5020df

Monochromatic Colors of #b020df

#b020df

Complementary Color

#b020df #4fdf20

#b020df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b020df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b020df Color CSS Codes

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

#b020df Text Font Color

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

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


#b020df Background Color

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

This div background color is #b020df


#b020df Border Color

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

This div border color is #b020df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b020df


Comments

No comments written yet.

Please login to write comment.