Color Hex Logo

#b550da Color Hex

#B550DA
(181,80,218)
0 Favorites   0 Comments

Color spaces of #b550da

RGB 18180218
HSL0.790.650.58
HSV284°63°85°
CMYK 0.170.630.00   0.15
XYZ34.579620.623068.4878
Yxy20.62300.27960.1667
Hunter Lab45.412656.4477-57.6279
CIE-Lab52.534461.5347-53.1992

#b550da color RGB value is (181,80,218).

#b550da hex color red value is 181, green value is 80 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b550da hue: 0.79 , saturation: 0.65 and the lightness value of b550da is 0.58.

The process color (four color CMYK) of #b550da color hex is 0.17, 0.63, 0.00, 0.15. Web safe color of #b550da is #cc66cc. Color #b550da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 11011010
Octal 265 120 332
Decimal 181 80 218
Hex B5 50 DA

RGB Percentages of Color #b550da

%37.79
%16.70
%45.51

CMYK Percentages of Color #b550da

%17
%63
%0
%15

Triadic Colors of #b550da

#b550da #dab550 #50dab5

Analogous Colors of #b550da

#b550da #da50ba #7050da

Monochromatic Colors of #b550da

#b550da

Complementary Color

#b550da #75da50

#b550da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b550da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b550da Color CSS Codes

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

#b550da Text Font Color

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

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


#b550da Background Color

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

This div background color is #b550da


#b550da Border Color

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

This div border color is #b550da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,80,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b550da


Comments

No comments written yet.

Please login to write comment.