Color Hex Logo

#b455ad Color Hex

#B455AD
(180,85,173)
0 Favorites   0 Comments

Color spaces of #b455ad

RGB 18085173
HSL0.850.390.52
HSV304°53°71°
CMYK 0.000.530.04   0.29
XYZ29.613719.217441.6837
Yxy19.21740.32720.2123
Hunter Lab43.837743.8664-25.6904
CIE-Lab50.940650.4279-29.8071

#b455ad color RGB value is (180,85,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 10101101
Octal 264 125 255
Decimal 180 85 173
Hex B4 55 AD

RGB Percentages of Color #b455ad

%41.10
%19.41
%39.50

CMYK Percentages of Color #b455ad

%0
%53
%4
%29

Triadic Colors of #b455ad

#b455ad #adb455 #55adb4

Analogous Colors of #b455ad

#b455ad #b4557e #8c55b4

Monochromatic Colors of #b455ad

#b455ad

Complementary Color

#b455ad #55b45c

#b455ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b455ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b455ad Color CSS Codes

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

#b455ad Text Font Color

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

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


#b455ad Background Color

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

This div background color is #b455ad


#b455ad Border Color

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

This div border color is #b455ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b455ad


Comments

No comments written yet.

Please login to write comment.