Color Hex Logo

#b165ae Color Hex

#B165AE
(177,101,174)
0 Favorites   0 Comments

Color spaces of #b165ae

RGB 177101174
HSL0.840.330.55
HSV302°43°69°
CMYK 0.000.430.02   0.31
XYZ30.425121.710542.6314
Yxy21.71050.32110.2291
Hunter Lab46.594535.0158-21.6309
CIE-Lab53.718541.5222-26.1099

#b165ae color RGB value is (177,101,174).

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

The process color (four color CMYK) of #b165ae color hex is 0.00, 0.43, 0.02, 0.31. Web safe color of #b165ae is #996699. Color #b165ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100101 10101110
Octal 261 145 256
Decimal 177 101 174
Hex B1 65 AE

RGB Percentages of Color #b165ae

%39.16
%22.35
%38.50

CMYK Percentages of Color #b165ae

%0
%43
%2
%31

Triadic Colors of #b165ae

#b165ae #aeb165 #65aeb1

Analogous Colors of #b165ae

#b165ae #b16588 #8e65b1

Monochromatic Colors of #b165ae

#b165ae

Complementary Color

#b165ae #65b168

#b165ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b165ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b165ae Color CSS Codes

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

#b165ae Text Font Color

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

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


#b165ae Background Color

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

This div background color is #b165ae


#b165ae Border Color

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

This div border color is #b165ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b165ae


Comments

No comments written yet.

Please login to write comment.