Color Hex Logo

#b63aaf Color Hex

#B63AAF
(182,58,175)
0 Favorites   0 Comments

Color spaces of #b63aaf

RGB 18258175
HSL0.840.520.47
HSV303°68°71°
CMYK 0.000.680.04   0.29
XYZ28.542316.066342.1542
Yxy16.06630.32900.1852
Hunter Lab40.082856.9621-34.2961
CIE-Lab47.061463.0106-37.0398

#b63aaf color RGB value is (182,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111010 10101111
Octal 266 72 257
Decimal 182 58 175
Hex B6 3A AF

RGB Percentages of Color #b63aaf

%43.86
%13.98
%42.17

CMYK Percentages of Color #b63aaf

%0
%68
%4
%29

Triadic Colors of #b63aaf

#b63aaf #afb63a #3aafb6

Analogous Colors of #b63aaf

#b63aaf #b63a71 #7f3ab6

Monochromatic Colors of #b63aaf

#b63aaf

Complementary Color

#b63aaf #3ab641

#b63aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63aaf Color CSS Codes

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

#b63aaf Text Font Color

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

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


#b63aaf Background Color

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

This div background color is #b63aaf


#b63aaf Border Color

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

This div border color is #b63aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63aaf


Comments

No comments written yet.

Please login to write comment.