Color Hex Logo

#b800ac Color Hex

#B800AC
(184,0,172)
0 Favorites   0 Comments

Color spaces of #b800ac

RGB 1840172
HSL0.841.000.36
HSV304°100°72°
CMYK 0.001.000.07   0.28
XYZ27.213613.168940.1373
Yxy13.16890.33800.1635
Hunter Lab36.289070.3539-40.1752
CIE-Lab43.016675.1663-41.6505

#b800ac color RGB value is (184,0,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 10101100
Octal 270 0 254
Decimal 184 0 172
Hex B8 0 AC

RGB Percentages of Color #b800ac

%51.69
%0.00
%48.31

CMYK Percentages of Color #b800ac

%0
%100
%7
%28

Triadic Colors of #b800ac

#b800ac #acb800 #00acb8

Analogous Colors of #b800ac

#b800ac #b80050 #6800b8

Monochromatic Colors of #b800ac

#b800ac

Complementary Color

#b800ac #00b80c

#b800ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ac Color CSS Codes

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

#b800ac Text Font Color

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

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


#b800ac Background Color

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

This div background color is #b800ac


#b800ac Border Color

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

This div border color is #b800ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ac


Comments

No comments written yet.

Please login to write comment.