Color Hex Logo

#b148ad Color Hex

#B148AD
(177,72,173)
0 Favorites   0 Comments

Color spaces of #b148ad

RGB 17772173
HSL0.840.420.49
HSV302°59°69°
CMYK 0.000.590.02   0.31
XYZ27.991716.999041.3410
Yxy16.99900.32420.1969
Hunter Lab41.229849.0347-30.5890
CIE-Lab48.258855.6823-34.0318

#b148ad color RGB value is (177,72,173).

#b148ad hex color red value is 177, green value is 72 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b148ad hue: 0.84 , saturation: 0.42 and the lightness value of b148ad is 0.49.

The process color (four color CMYK) of #b148ad color hex is 0.00, 0.59, 0.02, 0.31. Web safe color of #b148ad is #993399. Color #b148ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001000 10101101
Octal 261 110 255
Decimal 177 72 173
Hex B1 48 AD

RGB Percentages of Color #b148ad

%41.94
%17.06
%41.00

CMYK Percentages of Color #b148ad

%0
%59
%2
%31

Triadic Colors of #b148ad

#b148ad #adb148 #48adb1

Analogous Colors of #b148ad

#b148ad #b14879 #8148b1

Monochromatic Colors of #b148ad

#b148ad

Complementary Color

#b148ad #48b14c

#b148ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b148ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b148ad Color CSS Codes

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

#b148ad Text Font Color

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

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


#b148ad Background Color

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

This div background color is #b148ad


#b148ad Border Color

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

This div border color is #b148ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b148ad


Comments

No comments written yet.

Please login to write comment.