Color Hex Logo

#b965ae Color Hex

#B965AE
(185,101,174)
0 Favorites   0 Comments

Color spaces of #b965ae

RGB 185101174
HSL0.860.380.56
HSV308°45°73°
CMYK 0.000.450.06   0.27
XYZ32.301222.677642.7192
Yxy22.67760.33060.2321
Hunter Lab47.621037.7393-19.8524
CIE-Lab54.738744.0152-24.4513

#b965ae color RGB value is (185,101,174).

#b965ae hex color red value is 185, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b965ae hue: 0.86 , saturation: 0.38 and the lightness value of b965ae is 0.56.

The process color (four color CMYK) of #b965ae color hex is 0.00, 0.45, 0.06, 0.27. Web safe color of #b965ae is #cc6699. Color #b965ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 10101110
Octal 271 145 256
Decimal 185 101 174
Hex B9 65 AE

RGB Percentages of Color #b965ae

%40.22
%21.96
%37.83

CMYK Percentages of Color #b965ae

%0
%45
%6
%27

Triadic Colors of #b965ae

#b965ae #aeb965 #65aeb9

Analogous Colors of #b965ae

#b965ae #b96584 #9a65b9

Monochromatic Colors of #b965ae

#b965ae

Complementary Color

#b965ae #65b970

#b965ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b965ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b965ae Color CSS Codes

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

#b965ae Text Font Color

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

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


#b965ae Background Color

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

This div background color is #b965ae


#b965ae Border Color

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

This div border color is #b965ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b965ae


Comments

No comments written yet.

Please login to write comment.