Color Hex Logo

#b84eab Color Hex

#B84EAB
(184,78,171)
0 Favorites   0 Comments

Color spaces of #b84eab

RGB 18478171
HSL0.850.430.51
HSV307°58°72°
CMYK 0.000.580.07   0.28
XYZ29.842218.579440.5414
Yxy18.57940.33540.2088
Hunter Lab43.103848.1497-25.5927
CIE-Lab50.191454.5265-29.7598

#b84eab color RGB value is (184,78,171).

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

The process color (four color CMYK) of #b84eab color hex is 0.00, 0.58, 0.07, 0.28. Web safe color of #b84eab is #cc6699. Color #b84eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001110 10101011
Octal 270 116 253
Decimal 184 78 171
Hex B8 4E AB

RGB Percentages of Color #b84eab

%42.49
%18.01
%39.49

CMYK Percentages of Color #b84eab

%0
%58
%7
%28

Triadic Colors of #b84eab

#b84eab #abb84e #4eabb8

Analogous Colors of #b84eab

#b84eab #b84e76 #904eb8

Monochromatic Colors of #b84eab

#b84eab

Complementary Color

#b84eab #4eb85b

#b84eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84eab Color CSS Codes

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

#b84eab Text Font Color

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

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


#b84eab Background Color

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

This div background color is #b84eab


#b84eab Border Color

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

This div border color is #b84eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84eab


Comments

No comments written yet.

Please login to write comment.