Color Hex Logo

#b903ab Color Hex

#B903AB
(185,3,171)
0 Favorites   0 Comments

Color spaces of #b903ab

RGB 1853171
HSL0.850.970.37
HSV305°98°73°
CMYK 0.000.980.08   0.27
XYZ27.390813.319739.6554
Yxy13.31970.34080.1657
Hunter Lab36.496270.0981-38.8750
CIE-Lab43.241174.9127-40.6874

#b903ab color RGB value is (185,3,171).

#b903ab hex color red value is 185, green value is 3 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b903ab hue: 0.85 , saturation: 0.97 and the lightness value of b903ab is 0.37.

The process color (four color CMYK) of #b903ab color hex is 0.00, 0.98, 0.08, 0.27. Web safe color of #b903ab is #cc0099. Color #b903ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000011 10101011
Octal 271 3 253
Decimal 185 3 171
Hex B9 3 AB

RGB Percentages of Color #b903ab

%51.53
%0.84
%47.63

CMYK Percentages of Color #b903ab

%0
%98
%8
%27

Triadic Colors of #b903ab

#b903ab #abb903 #03abb9

Analogous Colors of #b903ab

#b903ab #b90350 #6c03b9

Monochromatic Colors of #b903ab

#b903ab

Complementary Color

#b903ab #03b911

#b903ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b903ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b903ab Color CSS Codes

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

#b903ab Text Font Color

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

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


#b903ab Background Color

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

This div background color is #b903ab


#b903ab Border Color

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

This div border color is #b903ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,3,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b903ab


Comments

No comments written yet.

Please login to write comment.