Color Hex Logo

#b550dd Color Hex

#B550DD
(181,80,221)
0 Favorites   0 Comments

Color spaces of #b550dd

RGB 18180221
HSL0.790.670.59
HSV283°64°87°
CMYK 0.180.640.00   0.13
XYZ34.975920.781570.5744
Yxy20.78150.27690.1645
Hunter Lab45.586757.1753-59.8782
CIE-Lab52.709562.1383-54.6201

#b550dd color RGB value is (181,80,221).

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

The process color (four color CMYK) of #b550dd color hex is 0.18, 0.64, 0.00, 0.13. Web safe color of #b550dd is #cc66cc. Color #b550dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 11011101
Octal 265 120 335
Decimal 181 80 221
Hex B5 50 DD

RGB Percentages of Color #b550dd

%37.55
%16.60
%45.85

CMYK Percentages of Color #b550dd

%18
%64
%0
%13

Triadic Colors of #b550dd

#b550dd #ddb550 #50ddb5

Analogous Colors of #b550dd

#b550dd #dd50bf #6f50dd

Monochromatic Colors of #b550dd

#b550dd

Complementary Color

#b550dd #78dd50

#b550dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b550dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b550dd Color CSS Codes

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

#b550dd Text Font Color

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

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


#b550dd Background Color

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

This div background color is #b550dd


#b550dd Border Color

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

This div border color is #b550dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b550dd


Comments

No comments written yet.

Please login to write comment.