Color Hex Logo

#b550ad Color Hex

#B550AD
(181,80,173)
0 Favorites   0 Comments

Color spaces of #b550ad

RGB 18180173
HSL0.850.410.51
HSV305°56°71°
CMYK 0.000.560.04   0.29
XYZ29.467518.578241.5680
Yxy18.57820.32880.2073
Hunter Lab43.102446.6044-27.0076
CIE-Lab50.190053.1044-30.9667

#b550ad color RGB value is (181,80,173).

#b550ad hex color red value is 181, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b550ad hue: 0.85 , saturation: 0.41 and the lightness value of b550ad is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 10101101
Octal 265 120 255
Decimal 181 80 173
Hex B5 50 AD

RGB Percentages of Color #b550ad

%41.71
%18.43
%39.86

CMYK Percentages of Color #b550ad

%0
%56
%4
%29

Triadic Colors of #b550ad

#b550ad #adb550 #50adb5

Analogous Colors of #b550ad

#b550ad #b5507b #8b50b5

Monochromatic Colors of #b550ad

#b550ad

Complementary Color

#b550ad #50b558

#b550ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b550ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b550ad Color CSS Codes

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

#b550ad Text Font Color

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

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


#b550ad Background Color

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

This div background color is #b550ad


#b550ad Border Color

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

This div border color is #b550ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b550ad


Comments

No comments written yet.

Please login to write comment.