Color Hex Logo

#8551de Color Hex

#8551DE
(133,81,222)
0 Favorites   0 Comments

Color spaces of #8551de

RGB 13381222
HSL0.730.680.59
HSV262°64°87°
CMYK 0.400.640.00   0.13
XYZ25.800116.145370.8638
Yxy16.14530.22870.1431
Hunter Lab40.181244.2966-76.4373
CIE-Lab47.164551.4800-64.4167

#8551de color RGB value is (133,81,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010001 11011110
Octal 205 121 336
Decimal 133 81 222
Hex 85 51 DE

RGB Percentages of Color #8551de

%30.50
%18.58
%50.92

CMYK Percentages of Color #8551de

%40
%64
%0
%13

Triadic Colors of #8551de

#8551de #de8551 #51de85

Analogous Colors of #8551de

#8551de #cc51de #5164de

Monochromatic Colors of #8551de

#8551de

Complementary Color

#8551de #aade51

#8551de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8551de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8551de Color CSS Codes

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

#8551de Text Font Color

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

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


#8551de Background Color

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

This div background color is #8551de


#8551de Border Color

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

This div border color is #8551de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,81,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 #8551de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8551de


Comments

No comments written yet.

Please login to write comment.