Color Hex Logo

#b800ad Color Hex

#B800AD
(184,0,173)
0 Favorites   0 Comments

Color spaces of #b800ad

RGB 1840173
HSL0.841.000.36
HSV304°100°72°
CMYK 0.001.000.06   0.28
XYZ27.310013.207540.6451
Yxy13.20750.33650.1627
Hunter Lab36.342170.5386-40.8706
CIE-Lab43.074275.3067-42.1534

#b800ad color RGB value is (184,0,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 10101101
Octal 270 0 255
Decimal 184 0 173
Hex B8 0 AD

RGB Percentages of Color #b800ad

%51.54
%0.00
%48.46

CMYK Percentages of Color #b800ad

%0
%100
%6
%28

Triadic Colors of #b800ad

#b800ad #adb800 #00adb8

Analogous Colors of #b800ad

#b800ad #b80051 #6700b8

Monochromatic Colors of #b800ad

#b800ad

Complementary Color

#b800ad #00b80b

#b800ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ad Color CSS Codes

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

#b800ad Text Font Color

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

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


#b800ad Background Color

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

This div background color is #b800ad


#b800ad Border Color

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

This div border color is #b800ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ad


Comments

No comments written yet.

Please login to write comment.