Color Hex Logo

#b800ae Color Hex

#B800AE
(184,0,174)
0 Favorites   0 Comments

Color spaces of #b800ae

RGB 1840174
HSL0.841.000.36
HSV303°100°72°
CMYK 0.001.000.05   0.28
XYZ27.407113.246341.1567
Yxy13.24630.33500.1619
Hunter Lab36.395570.7249-41.5695
CIE-Lab43.132075.4481-42.6555

#b800ae color RGB value is (184,0,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 10101110
Octal 270 0 256
Decimal 184 0 174
Hex B8 0 AE

RGB Percentages of Color #b800ae

%51.40
%0.00
%48.60

CMYK Percentages of Color #b800ae

%0
%100
%5
%28

Triadic Colors of #b800ae

#b800ae #aeb800 #00aeb8

Analogous Colors of #b800ae

#b800ae #b80052 #6600b8

Monochromatic Colors of #b800ae

#b800ae

Complementary Color

#b800ae #00b80a

#b800ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ae Color CSS Codes

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

#b800ae Text Font Color

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

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


#b800ae Background Color

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

This div background color is #b800ae


#b800ae Border Color

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

This div border color is #b800ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ae


Comments

No comments written yet.

Please login to write comment.