Color Hex Logo

#b84aae Color Hex

#B84AAE
(184,74,174)
0 Favorites   0 Comments

Color spaces of #b84aae

RGB 18474174
HSL0.850.440.51
HSV305°60°72°
CMYK 0.000.600.05   0.28
XYZ29.855918.143941.9729
Yxy18.14390.33180.2017
Hunter Lab42.595750.5708-28.6062
CIE-Lab49.670256.8254-32.3325

#b84aae color RGB value is (184,74,174).

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

The process color (four color CMYK) of #b84aae color hex is 0.00, 0.60, 0.05, 0.28. Web safe color of #b84aae is #cc3399. Color #b84aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 10101110
Octal 270 112 256
Decimal 184 74 174
Hex B8 4A AE

RGB Percentages of Color #b84aae

%42.59
%17.13
%40.28

CMYK Percentages of Color #b84aae

%0
%60
%5
%28

Triadic Colors of #b84aae

#b84aae #aeb84a #4aaeb8

Analogous Colors of #b84aae

#b84aae #b84a77 #8b4ab8

Monochromatic Colors of #b84aae

#b84aae

Complementary Color

#b84aae #4ab854

#b84aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84aae Color CSS Codes

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

#b84aae Text Font Color

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

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


#b84aae Background Color

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

This div background color is #b84aae


#b84aae Border Color

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

This div border color is #b84aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84aae


Comments

No comments written yet.

Please login to write comment.