Color Hex Logo

#b63aea Color Hex

#B63AEA
(182,58,234)
0 Favorites   0 Comments

Color spaces of #b63aea

RGB 18258234
HSL0.780.810.57
HSV282°75°92°
CMYK 0.220.750.00   0.08
XYZ35.655718.911779.6130
Yxy18.91170.26570.1409
Hunter Lab43.487670.2498-78.1013
CIE-Lab50.583773.6076-65.3796

#b63aea color RGB value is (182,58,234).

#b63aea hex color red value is 182, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b63aea hue: 0.78 , saturation: 0.81 and the lightness value of b63aea is 0.57.

The process color (four color CMYK) of #b63aea color hex is 0.22, 0.75, 0.00, 0.08. Web safe color of #b63aea is #cc33ff. Color #b63aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111010 11101010
Octal 266 72 352
Decimal 182 58 234
Hex B6 3A EA

RGB Percentages of Color #b63aea

%38.40
%12.24
%49.37

CMYK Percentages of Color #b63aea

%22
%75
%0
%8

Triadic Colors of #b63aea

#b63aea #eab63a #3aeab6

Analogous Colors of #b63aea

#b63aea #ea3ac6 #5e3aea

Monochromatic Colors of #b63aea

#b63aea

Complementary Color

#b63aea #6eea3a

#b63aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63aea Color CSS Codes

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

#b63aea Text Font Color

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

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


#b63aea Background Color

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

This div background color is #b63aea


#b63aea Border Color

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

This div border color is #b63aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63aea


Comments

No comments written yet.

Please login to write comment.