Color Hex Logo

#b62eaa Color Hex

#B62EAA
(182,46,170)
0 Favorites   0 Comments

Color spaces of #b62eaa

RGB 18246170
HSL0.850.600.45
HSV305°75°71°
CMYK 0.000.750.07   0.29
XYZ27.524114.801439.4365
Yxy14.80140.33660.1810
Hunter Lab38.472660.3756-33.8447
CIE-Lab45.361066.3100-36.7691

#b62eaa color RGB value is (182,46,170).

#b62eaa hex color red value is 182, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b62eaa hue: 0.85 , saturation: 0.60 and the lightness value of b62eaa is 0.45.

The process color (four color CMYK) of #b62eaa color hex is 0.00, 0.75, 0.07, 0.29. Web safe color of #b62eaa is #cc3399. Color #b62eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101110 10101010
Octal 266 56 252
Decimal 182 46 170
Hex B6 2E AA

RGB Percentages of Color #b62eaa

%45.73
%11.56
%42.71

CMYK Percentages of Color #b62eaa

%0
%75
%7
%29

Triadic Colors of #b62eaa

#b62eaa #aab62e #2eaab6

Analogous Colors of #b62eaa

#b62eaa #b62e66 #7e2eb6

Monochromatic Colors of #b62eaa

#b62eaa

Complementary Color

#b62eaa #2eb63a

#b62eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62eaa Color CSS Codes

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

#b62eaa Text Font Color

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

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


#b62eaa Background Color

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

This div background color is #b62eaa


#b62eaa Border Color

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

This div border color is #b62eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62eaa


Comments

No comments written yet.

Please login to write comment.