Color Hex Logo

#8550de Color Hex

#8550DE
(133,80,222)
0 Favorites   0 Comments

Color spaces of #8550de

RGB 13380222
HSL0.730.680.59
HSV262°64°87°
CMYK 0.400.640.00   0.13
XYZ25.726315.997870.8392
Yxy15.99780.22850.1421
Hunter Lab39.997244.8163-77.0105
CIE-Lab46.971652.0027-64.7293

#8550de color RGB value is (133,80,222).

#8550de hex color red value is 133, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8550de hue: 0.73 , saturation: 0.68 and the lightness value of 8550de is 0.59.

The process color (four color CMYK) of #8550de color hex is 0.40, 0.64, 0.00, 0.13. Web safe color of #8550de is #9966cc. Color #8550de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 11011110
Octal 205 120 336
Decimal 133 80 222
Hex 85 50 DE

RGB Percentages of Color #8550de

%30.57
%18.39
%51.03

CMYK Percentages of Color #8550de

%40
%64
%0
%13

Triadic Colors of #8550de

#8550de #de8550 #50de85

Analogous Colors of #8550de

#8550de #cc50de #5062de

Monochromatic Colors of #8550de

#8550de

Complementary Color

#8550de #a9de50

#8550de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8550de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8550de Color CSS Codes

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

#8550de Text Font Color

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

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


#8550de Background Color

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

This div background color is #8550de


#8550de Border Color

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

This div border color is #8550de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,80,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8550de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8550de;
  -webkit-box-shadow: 1px 1px 3px 2px #8550de;
  box-shadow:         1px 1px 3px 2px #8550de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8550de


Comments

No comments written yet.

Please login to write comment.