Color Hex Logo

#b914ad Color Hex

#B914AD
(185,20,173)
0 Favorites   0 Comments

Color spaces of #b914ad

RGB 18520173
HSL0.850.800.40
HSV304°89°73°
CMYK 0.000.890.06   0.27
XYZ27.800613.831740.7397
Yxy13.83170.33750.1679
Hunter Lab37.191068.3461-38.9137
CIE-Lab43.990673.3209-40.6852

#b914ad color RGB value is (185,20,173).

#b914ad hex color red value is 185, green value is 20 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b914ad hue: 0.85 , saturation: 0.80 and the lightness value of b914ad is 0.40.

The process color (four color CMYK) of #b914ad color hex is 0.00, 0.89, 0.06, 0.27. Web safe color of #b914ad is #cc0099. Color #b914ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 10101101
Octal 271 24 255
Decimal 185 20 173
Hex B9 14 AD

RGB Percentages of Color #b914ad

%48.94
%5.29
%45.77

CMYK Percentages of Color #b914ad

%0
%89
%6
%27

Triadic Colors of #b914ad

#b914ad #adb914 #14adb9

Analogous Colors of #b914ad

#b914ad #b9145b #7314b9

Monochromatic Colors of #b914ad

#b914ad

Complementary Color

#b914ad #14b920

#b914ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b914ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b914ad Color CSS Codes

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

#b914ad Text Font Color

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

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


#b914ad Background Color

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

This div background color is #b914ad


#b914ad Border Color

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

This div border color is #b914ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b914ad


Comments

No comments written yet.

Please login to write comment.