Color Hex Logo

#b820ef Color Hex

#B820EF
(184,32,239)
0 Favorites   0 Comments

Color spaces of #b820ef

RGB 18432239
HSL0.790.870.53
HSV284°87°94°
CMYK 0.230.870.00   0.06
XYZ35.863717.455483.1404
Yxy17.45540.26280.1279
Hunter Lab41.779780.1102-88.7397
CIE-Lab48.828881.8719-71.0281

#b820ef color RGB value is (184,32,239).

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

The process color (four color CMYK) of #b820ef color hex is 0.23, 0.87, 0.00, 0.06. Web safe color of #b820ef is #cc33ff. Color #b820ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 11101111
Octal 270 40 357
Decimal 184 32 239
Hex B8 20 EF

RGB Percentages of Color #b820ef

%40.44
%7.03
%52.53

CMYK Percentages of Color #b820ef

%23
%87
%0
%6

Triadic Colors of #b820ef

#b820ef #efb820 #20efb8

Analogous Colors of #b820ef

#b820ef #ef20bf #5020ef

Monochromatic Colors of #b820ef

#b820ef

Complementary Color

#b820ef #57ef20

#b820ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820ef Color CSS Codes

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

#b820ef Text Font Color

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

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


#b820ef Background Color

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

This div background color is #b820ef


#b820ef Border Color

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

This div border color is #b820ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820ef


Comments

No comments written yet.

Please login to write comment.