Color Hex Logo

#b115ae Color Hex

#B115AE
(177,21,174)
0 Favorites   0 Comments

Color spaces of #b115ae

RGB 17721174
HSL0.840.790.39
HSV301°88°69°
CMYK 0.000.880.02   0.31
XYZ26.039612.939441.1695
Yxy12.93940.32490.1614
Hunter Lab35.971466.2658-42.6779
CIE-Lab42.671871.8440-43.4640

#b115ae color RGB value is (177,21,174).

#b115ae hex color red value is 177, green value is 21 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b115ae hue: 0.84 , saturation: 0.79 and the lightness value of b115ae is 0.39.

The process color (four color CMYK) of #b115ae color hex is 0.00, 0.88, 0.02, 0.31. Web safe color of #b115ae is #990099. Color #b115ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010101 10101110
Octal 261 25 256
Decimal 177 21 174
Hex B1 15 AE

RGB Percentages of Color #b115ae

%47.58
%5.65
%46.77

CMYK Percentages of Color #b115ae

%0
%88
%2
%31

Triadic Colors of #b115ae

#b115ae #aeb115 #15aeb1

Analogous Colors of #b115ae

#b115ae #b11560 #6615b1

Monochromatic Colors of #b115ae

#b115ae

Complementary Color

#b115ae #15b118

#b115ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b115ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b115ae Color CSS Codes

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

#b115ae Text Font Color

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

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


#b115ae Background Color

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

This div background color is #b115ae


#b115ae Border Color

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

This div border color is #b115ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b115ae


Comments

No comments written yet.

Please login to write comment.