Color Hex Logo

#b804ae Color Hex

#B804AE
(184,4,174)
0 Favorites   0 Comments

Color spaces of #b804ae

RGB 1844174
HSL0.840.960.37
HSV303°98°72°
CMYK 0.000.980.05   0.28
XYZ27.450613.333241.1712
Yxy13.33320.33490.1627
Hunter Lab36.514770.2902-41.2907
CIE-Lab43.261175.0667-42.4500

#b804ae color RGB value is (184,4,174).

#b804ae hex color red value is 184, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b804ae hue: 0.84 , saturation: 0.96 and the lightness value of b804ae is 0.37.

The process color (four color CMYK) of #b804ae color hex is 0.00, 0.98, 0.05, 0.28. Web safe color of #b804ae is #cc0099. Color #b804ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 10101110
Octal 270 4 256
Decimal 184 4 174
Hex B8 4 AE

RGB Percentages of Color #b804ae

%50.83
%1.10
%48.07

CMYK Percentages of Color #b804ae

%0
%98
%5
%28

Triadic Colors of #b804ae

#b804ae #aeb804 #04aeb8

Analogous Colors of #b804ae

#b804ae #b80454 #6804b8

Monochromatic Colors of #b804ae

#b804ae

Complementary Color

#b804ae #04b80e

#b804ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b804ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b804ae Color CSS Codes

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

#b804ae Text Font Color

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

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


#b804ae Background Color

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

This div background color is #b804ae


#b804ae Border Color

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

This div border color is #b804ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b804ae


Comments

No comments written yet.

Please login to write comment.