Color Hex Logo

#b917ae Color Hex

#B917AE
(185,23,174)
0 Favorites   0 Comments

Color spaces of #b917ae

RGB 18523174
HSL0.840.780.41
HSV304°88°73°
CMYK 0.000.880.06   0.27
XYZ27.954013.983141.2701
Yxy13.98310.33600.1681
Hunter Lab37.394067.9988-39.2600
CIE-Lab44.208772.9902-40.9319

#b917ae color RGB value is (185,23,174).

#b917ae hex color red value is 185, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b917ae hue: 0.84 , saturation: 0.78 and the lightness value of b917ae is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010111 10101110
Octal 271 27 256
Decimal 185 23 174
Hex B9 17 AE

RGB Percentages of Color #b917ae

%48.43
%6.02
%45.55

CMYK Percentages of Color #b917ae

%0
%88
%6
%27

Triadic Colors of #b917ae

#b917ae #aeb917 #17aeb9

Analogous Colors of #b917ae

#b917ae #b9175d #7317b9

Monochromatic Colors of #b917ae

#b917ae

Complementary Color

#b917ae #17b922

#b917ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b917ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b917ae Color CSS Codes

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

#b917ae Text Font Color

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

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


#b917ae Background Color

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

This div background color is #b917ae


#b917ae Border Color

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

This div border color is #b917ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b917ae


Comments

No comments written yet.

Please login to write comment.