Color Hex Logo

#b114ae Color Hex

#B114AE
(177,20,174)
0 Favorites   0 Comments

Color spaces of #b114ae

RGB 17720174
HSL0.840.800.39
HSV301°89°69°
CMYK 0.000.890.02   0.31
XYZ26.021612.903441.1635
Yxy12.90340.32490.1611
Hunter Lab35.921366.4442-42.7976
CIE-Lab42.617372.0039-43.5509

#b114ae color RGB value is (177,20,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010100 10101110
Octal 261 24 256
Decimal 177 20 174
Hex B1 14 AE

RGB Percentages of Color #b114ae

%47.71
%5.39
%46.90

CMYK Percentages of Color #b114ae

%0
%89
%2
%31

Triadic Colors of #b114ae

#b114ae #aeb114 #14aeb1

Analogous Colors of #b114ae

#b114ae #b11460 #6614b1

Monochromatic Colors of #b114ae

#b114ae

Complementary Color

#b114ae #14b117

#b114ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b114ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b114ae Color CSS Codes

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

#b114ae Text Font Color

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

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


#b114ae Background Color

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

This div background color is #b114ae


#b114ae Border Color

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

This div border color is #b114ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b114ae


Comments

No comments written yet.

Please login to write comment.