Color Hex Logo

#8355dd Color Hex

#8355DD
(131,85,221)
0 Favorites   0 Comments

Color spaces of #8355dd

RGB 13185221
HSL0.720.670.60
HSV260°62°87°
CMYK 0.410.620.00   0.13
XYZ25.659716.542870.2473
Yxy16.54280.22820.1471
Hunter Lab40.672841.4347-73.9306
CIE-Lab47.678748.6754-63.0261

#8355dd color RGB value is (131,85,221).

#8355dd hex color red value is 131, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8355dd hue: 0.72 , saturation: 0.67 and the lightness value of 8355dd is 0.60.

The process color (four color CMYK) of #8355dd color hex is 0.41, 0.62, 0.00, 0.13. Web safe color of #8355dd is #9966cc. Color #8355dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010101 11011101
Octal 203 125 335
Decimal 131 85 221
Hex 83 55 DD

RGB Percentages of Color #8355dd

%29.98
%19.45
%50.57

CMYK Percentages of Color #8355dd

%41
%62
%0
%13

Triadic Colors of #8355dd

#8355dd #dd8355 #55dd83

Analogous Colors of #8355dd

#8355dd #c755dd #556bdd

Monochromatic Colors of #8355dd

#8355dd

Complementary Color

#8355dd #afdd55

#8355dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8355dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8355dd Color CSS Codes

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

#8355dd Text Font Color

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

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


#8355dd Background Color

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

This div background color is #8355dd


#8355dd Border Color

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

This div border color is #8355dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,85,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8355dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8355dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8355dd;
  box-shadow:         1px 1px 3px 2px #8355dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,85,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 #8355dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8355dd


Comments

No comments written yet.

Please login to write comment.