Color Hex Logo

#b460ae Color Hex

#B460AE
(180,96,174)
0 Favorites   0 Comments

Color spaces of #b460ae

RGB 18096174
HSL0.850.360.54
HSV304°47°71°
CMYK 0.000.470.03   0.29
XYZ30.645221.125042.5068
Yxy21.12500.32510.2241
Hunter Lab45.961938.5818-22.6596
CIE-Lab53.086045.0711-27.0577

#b460ae color RGB value is (180,96,174).

#b460ae hex color red value is 180, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b460ae hue: 0.85 , saturation: 0.36 and the lightness value of b460ae is 0.54.

The process color (four color CMYK) of #b460ae color hex is 0.00, 0.47, 0.03, 0.29. Web safe color of #b460ae is #cc6699. Color #b460ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 10101110
Octal 264 140 256
Decimal 180 96 174
Hex B4 60 AE

RGB Percentages of Color #b460ae

%40.00
%21.33
%38.67

CMYK Percentages of Color #b460ae

%0
%47
%3
%29

Triadic Colors of #b460ae

#b460ae #aeb460 #60aeb4

Analogous Colors of #b460ae

#b460ae #b46084 #9060b4

Monochromatic Colors of #b460ae

#b460ae

Complementary Color

#b460ae #60b466

#b460ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460ae Color CSS Codes

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

#b460ae Text Font Color

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

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


#b460ae Background Color

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

This div background color is #b460ae


#b460ae Border Color

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

This div border color is #b460ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460ae


Comments

No comments written yet.

Please login to write comment.