Color Hex Logo

#b500ad Color Hex

#B500AD
(181,0,173)
0 Favorites   0 Comments

Color spaces of #b500ad

RGB 1810173
HSL0.841.000.35
HSV303°100°71°
CMYK 0.001.000.04   0.29
XYZ26.598912.840940.6118
Yxy12.84090.33230.1604
Hunter Lab35.834269.7866-42.1109
CIE-Lab42.522574.7959-43.0653

#b500ad color RGB value is (181,0,173).

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

The process color (four color CMYK) of #b500ad color hex is 0.00, 1.00, 0.04, 0.29. Web safe color of #b500ad is #cc0099. Color #b500ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000000 10101101
Octal 265 0 255
Decimal 181 0 173
Hex B5 0 AD

RGB Percentages of Color #b500ad

%51.13
%0.00
%48.87

CMYK Percentages of Color #b500ad

%0
%100
%4
%29

Triadic Colors of #b500ad

#b500ad #adb500 #00adb5

Analogous Colors of #b500ad

#b500ad #b50053 #6200b5

Monochromatic Colors of #b500ad

#b500ad

Complementary Color

#b500ad #00b508

#b500ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b500ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b500ad Color CSS Codes

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

#b500ad Text Font Color

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

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


#b500ad Background Color

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

This div background color is #b500ad


#b500ad Border Color

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

This div border color is #b500ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b500ad


Comments

No comments written yet.

Please login to write comment.