Color Hex Logo

#b82eab Color Hex

#B82EAB
(184,46,171)
0 Favorites   0 Comments

Color spaces of #b82eab

RGB 18446171
HSL0.850.600.45
HSV306°75°72°
CMYK 0.000.750.07   0.28
XYZ28.094815.084639.9589
Yxy15.08460.33790.1814
Hunter Lab38.838961.1530-33.8125
CIE-Lab45.749966.9045-36.7253

#b82eab color RGB value is (184,46,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101110 10101011
Octal 270 56 253
Decimal 184 46 171
Hex B8 2E AB

RGB Percentages of Color #b82eab

%45.89
%11.47
%42.64

CMYK Percentages of Color #b82eab

%0
%75
%7
%28

Triadic Colors of #b82eab

#b82eab #abb82e #2eabb8

Analogous Colors of #b82eab

#b82eab #b82e66 #802eb8

Monochromatic Colors of #b82eab

#b82eab

Complementary Color

#b82eab #2eb83b

#b82eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82eab Color CSS Codes

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

#b82eab Text Font Color

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

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


#b82eab Background Color

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

This div background color is #b82eab


#b82eab Border Color

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

This div border color is #b82eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82eab


Comments

No comments written yet.

Please login to write comment.