Color Hex Logo

#b65eaa Color Hex

#B65EAA
(182,94,170)
0 Favorites   0 Comments

Color spaces of #b65eaa

RGB 18294170
HSL0.860.380.54
HSV308°48°71°
CMYK 0.000.480.07   0.29
XYZ30.549820.852840.4450
Yxy20.85280.33260.2270
Hunter Lab45.664939.5030-20.5473
CIE-Lab52.788045.9995-25.1689

#b65eaa color RGB value is (182,94,170).

#b65eaa hex color red value is 182, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b65eaa hue: 0.86 , saturation: 0.38 and the lightness value of b65eaa is 0.54.

The process color (four color CMYK) of #b65eaa color hex is 0.00, 0.48, 0.07, 0.29. Web safe color of #b65eaa is #cc6699. Color #b65eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011110 10101010
Octal 266 136 252
Decimal 182 94 170
Hex B6 5E AA

RGB Percentages of Color #b65eaa

%40.81
%21.08
%38.12

CMYK Percentages of Color #b65eaa

%0
%48
%7
%29

Triadic Colors of #b65eaa

#b65eaa #aab65e #5eaab6

Analogous Colors of #b65eaa

#b65eaa #b65e7e #965eb6

Monochromatic Colors of #b65eaa

#b65eaa

Complementary Color

#b65eaa #5eb66a

#b65eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65eaa Color CSS Codes

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

#b65eaa Text Font Color

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

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


#b65eaa Background Color

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

This div background color is #b65eaa


#b65eaa Border Color

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

This div border color is #b65eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65eaa


Comments

No comments written yet.

Please login to write comment.