Color Hex Logo

#b201ad Color Hex

#B201AD
(178,1,173)
0 Favorites   0 Comments

Color spaces of #b201ad

RGB 1781173
HSL0.840.990.35
HSV302°99°70°
CMYK 0.000.990.03   0.30
XYZ25.913812.503840.5828
Yxy12.50380.32800.1583
Hunter Lab35.360768.9310-43.2935
CIE-Lab42.005974.1905-43.9218

#b201ad color RGB value is (178,1,173).

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

The process color (four color CMYK) of #b201ad color hex is 0.00, 0.99, 0.03, 0.30. Web safe color of #b201ad is #990099. Color #b201ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 10101101
Octal 262 1 255
Decimal 178 1 173
Hex B2 1 AD

RGB Percentages of Color #b201ad

%50.57
%0.28
%49.15

CMYK Percentages of Color #b201ad

%0
%99
%3
%30

Triadic Colors of #b201ad

#b201ad #adb201 #01adb2

Analogous Colors of #b201ad

#b201ad #b20154 #5f01b2

Monochromatic Colors of #b201ad

#b201ad

Complementary Color

#b201ad #01b206

#b201ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b201ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b201ad Color CSS Codes

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

#b201ad Text Font Color

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

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


#b201ad Background Color

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

This div background color is #b201ad


#b201ad Border Color

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

This div border color is #b201ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b201ad


Comments

No comments written yet.

Please login to write comment.