Color Hex Logo

#b63aae Color Hex

#B63AAE
(182,58,174)
0 Favorites   0 Comments

Color spaces of #b63aae

RGB 18258174
HSL0.840.520.47
HSV304°68°71°
CMYK 0.000.680.04   0.29
XYZ28.444416.027241.6388
Yxy16.02720.33030.1861
Hunter Lab40.034056.7659-33.6429
CIE-Lab47.010262.8480-36.5315

#b63aae color RGB value is (182,58,174).

#b63aae hex color red value is 182, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b63aae hue: 0.84 , saturation: 0.52 and the lightness value of b63aae is 0.47.

The process color (four color CMYK) of #b63aae color hex is 0.00, 0.68, 0.04, 0.29. Web safe color of #b63aae is #cc3399. Color #b63aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111010 10101110
Octal 266 72 256
Decimal 182 58 174
Hex B6 3A AE

RGB Percentages of Color #b63aae

%43.96
%14.01
%42.03

CMYK Percentages of Color #b63aae

%0
%68
%4
%29

Triadic Colors of #b63aae

#b63aae #aeb63a #3aaeb6

Analogous Colors of #b63aae

#b63aae #b63a70 #803ab6

Monochromatic Colors of #b63aae

#b63aae

Complementary Color

#b63aae #3ab642

#b63aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63aae Color CSS Codes

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

#b63aae Text Font Color

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

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


#b63aae Background Color

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

This div background color is #b63aae


#b63aae Border Color

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

This div border color is #b63aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63aae


Comments

No comments written yet.

Please login to write comment.