Color Hex Logo

#b020ef Color Hex

#B020EF
(176,32,239)
0 Favorites   0 Comments

Color spaces of #b020ef

RGB 17632239
HSL0.780.870.53
HSV282°87°94°
CMYK 0.260.870.00   0.06
XYZ34.001016.495183.0532
Yxy16.49510.25460.1235
Hunter Lab40.614278.3603-92.8141
CIE-Lab47.617580.7264-73.0527

#b020ef color RGB value is (176,32,239).

#b020ef hex color red value is 176, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b020ef hue: 0.78 , saturation: 0.87 and the lightness value of b020ef is 0.53.

The process color (four color CMYK) of #b020ef color hex is 0.26, 0.87, 0.00, 0.06. Web safe color of #b020ef is #9933ff. Color #b020ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100000 11101111
Octal 260 40 357
Decimal 176 32 239
Hex B0 20 EF

RGB Percentages of Color #b020ef

%39.37
%7.16
%53.47

CMYK Percentages of Color #b020ef

%26
%87
%0
%6

Triadic Colors of #b020ef

#b020ef #efb020 #20efb0

Analogous Colors of #b020ef

#b020ef #ef20c7 #4820ef

Monochromatic Colors of #b020ef

#b020ef

Complementary Color

#b020ef #5fef20

#b020ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b020ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b020ef Color CSS Codes

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

#b020ef Text Font Color

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

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


#b020ef Background Color

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

This div background color is #b020ef


#b020ef Border Color

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

This div border color is #b020ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b020ef


Comments

No comments written yet.

Please login to write comment.