Color Hex Logo

#b62aee Color Hex

#B62AEE
(182,42,238)
0 Favorites   0 Comments

Color spaces of #b62aee

RGB 18242238
HSL0.790.850.55
HSV283°82°93°
CMYK 0.240.820.00   0.07
XYZ35.552017.774182.4459
Yxy17.77410.26190.1309
Hunter Lab42.159376.7461-86.4347
CIE-Lab49.221079.1317-69.8415

#b62aee color RGB value is (182,42,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 11101110
Octal 266 52 356
Decimal 182 42 238
Hex B6 2A EE

RGB Percentages of Color #b62aee

%39.39
%9.09
%51.52

CMYK Percentages of Color #b62aee

%24
%82
%0
%7

Triadic Colors of #b62aee

#b62aee #eeb62a #2aeeb6

Analogous Colors of #b62aee

#b62aee #ee2ac4 #542aee

Monochromatic Colors of #b62aee

#b62aee

Complementary Color

#b62aee #62ee2a

#b62aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62aee Color CSS Codes

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

#b62aee Text Font Color

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

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


#b62aee Background Color

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

This div background color is #b62aee


#b62aee Border Color

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

This div border color is #b62aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62aee


Comments

No comments written yet.

Please login to write comment.