Color Hex Logo

#8550ec Color Hex

#8550EC
(133,80,236)
0 Favorites   0 Comments

Color spaces of #8550ec

RGB 13380236
HSL0.720.800.62
HSV260°66°93°
CMYK 0.440.660.00   0.07
XYZ27.681816.780081.1367
Yxy16.78000.22040.1336
Hunter Lab40.963448.9388-88.7620
CIE-Lab47.981655.6447-71.0083

#8550ec color RGB value is (133,80,236).

#8550ec hex color red value is 133, green value is 80 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8550ec hue: 0.72 , saturation: 0.80 and the lightness value of 8550ec is 0.62.

The process color (four color CMYK) of #8550ec color hex is 0.44, 0.66, 0.00, 0.07. Web safe color of #8550ec is #9966ff. Color #8550ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 11101100
Octal 205 120 354
Decimal 133 80 236
Hex 85 50 EC

RGB Percentages of Color #8550ec

%29.62
%17.82
%52.56

CMYK Percentages of Color #8550ec

%44
%66
%0
%7

Triadic Colors of #8550ec

#8550ec #ec8550 #50ec85

Analogous Colors of #8550ec

#8550ec #d350ec #5069ec

Monochromatic Colors of #8550ec

#8550ec

Complementary Color

#8550ec #b7ec50

#8550ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8550ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8550ec Color CSS Codes

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

#8550ec Text Font Color

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

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


#8550ec Background Color

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

This div background color is #8550ec


#8550ec Border Color

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

This div border color is #8550ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8550ec


Comments

No comments written yet.

Please login to write comment.