Color Hex Logo

#b914af Color Hex

#B914AF
(185,20,175)
0 Favorites   0 Comments

Color spaces of #b914af

RGB 18520175
HSL0.840.800.40
HSV304°89°73°
CMYK 0.000.890.05   0.27
XYZ27.995613.909741.7668
Yxy13.90970.33460.1662
Hunter Lab37.295768.7215-40.2908
CIE-Lab44.103273.6099-41.6922

#b914af color RGB value is (185,20,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 10101111
Octal 271 24 257
Decimal 185 20 175
Hex B9 14 AF

RGB Percentages of Color #b914af

%48.68
%5.26
%46.05

CMYK Percentages of Color #b914af

%0
%89
%5
%27

Triadic Colors of #b914af

#b914af #afb914 #14afb9

Analogous Colors of #b914af

#b914af #b9145d #7114b9

Monochromatic Colors of #b914af

#b914af

Complementary Color

#b914af #14b91e

#b914af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b914af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b914af Color CSS Codes

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

#b914af Text Font Color

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

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


#b914af Background Color

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

This div background color is #b914af


#b914af Border Color

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

This div border color is #b914af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b914af


Comments

No comments written yet.

Please login to write comment.