Color Hex Logo

#b453ae Color Hex

#B453AE
(180,83,174)
0 Favorites   0 Comments

Color spaces of #b453ae

RGB 18083174
HSL0.840.390.52
HSV304°54°71°
CMYK 0.000.540.03   0.29
XYZ29.555618.945842.1436
Yxy18.94580.32610.2090
Hunter Lab43.526845.0334-26.9372
CIE-Lab50.623751.5718-30.8855

#b453ae color RGB value is (180,83,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 10101110
Octal 264 123 256
Decimal 180 83 174
Hex B4 53 AE

RGB Percentages of Color #b453ae

%41.19
%18.99
%39.82

CMYK Percentages of Color #b453ae

%0
%54
%3
%29

Triadic Colors of #b453ae

#b453ae #aeb453 #53aeb4

Analogous Colors of #b453ae

#b453ae #b4537e #8a53b4

Monochromatic Colors of #b453ae

#b453ae

Complementary Color

#b453ae #53b459

#b453ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b453ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b453ae Color CSS Codes

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

#b453ae Text Font Color

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

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


#b453ae Background Color

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

This div background color is #b453ae


#b453ae Border Color

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

This div border color is #b453ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b453ae


Comments

No comments written yet.

Please login to write comment.