Color Hex Logo

#b453ad Color Hex

#B453AD
(180,83,173)
0 Favorites   0 Comments

Color spaces of #b453ad

RGB 18083173
HSL0.850.390.52
HSV304°54°71°
CMYK 0.000.540.04   0.29
XYZ29.458518.906941.6319
Yxy18.90690.32730.2101
Hunter Lab43.482144.8377-26.3298
CIE-Lab50.578151.3971-30.3719

#b453ad color RGB value is (180,83,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 10101101
Octal 264 123 255
Decimal 180 83 173
Hex B4 53 AD

RGB Percentages of Color #b453ad

%41.28
%19.04
%39.68

CMYK Percentages of Color #b453ad

%0
%54
%4
%29

Triadic Colors of #b453ad

#b453ad #adb453 #53adb4

Analogous Colors of #b453ad

#b453ad #b4537d #8b53b4

Monochromatic Colors of #b453ad

#b453ad

Complementary Color

#b453ad #53b45a

#b453ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b453ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b453ad Color CSS Codes

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

#b453ad Text Font Color

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

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


#b453ad Background Color

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

This div background color is #b453ad


#b453ad Border Color

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

This div border color is #b453ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,83,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b453ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b453ad


Comments

No comments written yet.

Please login to write comment.