Color Hex Logo

#b62aaf Color Hex

#B62AAF
(182,42,175)
0 Favorites   0 Comments

Color spaces of #b62aaf

RGB 18242175
HSL0.840.630.44
HSV303°77°71°
CMYK 0.000.770.04   0.29
XYZ27.857214.696241.9258
Yxy14.69620.32980.1740
Hunter Lab38.335662.6226-38.0076
CIE-Lab45.215368.2672-39.9589

#b62aaf color RGB value is (182,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 10101111
Octal 266 52 257
Decimal 182 42 175
Hex B6 2A AF

RGB Percentages of Color #b62aaf

%45.61
%10.53
%43.86

CMYK Percentages of Color #b62aaf

%0
%77
%4
%29

Triadic Colors of #b62aaf

#b62aaf #afb62a #2aafb6

Analogous Colors of #b62aaf

#b62aaf #b62a69 #772ab6

Monochromatic Colors of #b62aaf

#b62aaf

Complementary Color

#b62aaf #2ab631

#b62aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62aaf Color CSS Codes

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

#b62aaf Text Font Color

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

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


#b62aaf Background Color

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

This div background color is #b62aaf


#b62aaf Border Color

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

This div border color is #b62aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62aaf


Comments

No comments written yet.

Please login to write comment.