Color Hex Logo

#b62aef Color Hex

#B62AEF
(182,42,239)
0 Favorites   0 Comments

Color spaces of #b62aef

RGB 18242239
HSL0.790.860.55
HSV283°82°94°
CMYK 0.240.820.00   0.06
XYZ35.699417.833083.2219
Yxy17.83300.26100.1304
Hunter Lab42.229176.9982-87.2837
CIE-Lab49.292979.3187-70.2876

#b62aef color RGB value is (182,42,239).

#b62aef hex color red value is 182, green value is 42 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b62aef hue: 0.79 , saturation: 0.86 and the lightness value of b62aef is 0.55.

The process color (four color CMYK) of #b62aef color hex is 0.24, 0.82, 0.00, 0.06. Web safe color of #b62aef is #cc33ff. Color #b62aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 11101111
Octal 266 52 357
Decimal 182 42 239
Hex B6 2A EF

RGB Percentages of Color #b62aef

%39.31
%9.07
%51.62

CMYK Percentages of Color #b62aef

%24
%82
%0
%6

Triadic Colors of #b62aef

#b62aef #efb62a #2aefb6

Analogous Colors of #b62aef

#b62aef #ef2ac6 #542aef

Monochromatic Colors of #b62aef

#b62aef

Complementary Color

#b62aef #63ef2a

#b62aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62aef Color CSS Codes

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

#b62aef Text Font Color

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

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


#b62aef Background Color

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

This div background color is #b62aef


#b62aef Border Color

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

This div border color is #b62aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62aef


Comments

No comments written yet.

Please login to write comment.