Color Hex Logo

#855ace Color Hex

#855ACE
(133,90,206)
0 Favorites   0 Comments

Color spaces of #855ace

RGB 13390206
HSL0.730.540.58
HSV262°56°81°
CMYK 0.350.560.00   0.19
XYZ24.469616.755160.3369
Yxy16.75510.24090.1650
Hunter Lab40.933035.0739-58.7428
CIE-Lab47.950042.4310-54.0162

#855ace color RGB value is (133,90,206).

#855ace hex color red value is 133, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #855ace hue: 0.73 , saturation: 0.54 and the lightness value of 855ace is 0.58.

The process color (four color CMYK) of #855ace color hex is 0.35, 0.56, 0.00, 0.19. Web safe color of #855ace is #9966cc. Color #855ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 11001110
Octal 205 132 316
Decimal 133 90 206
Hex 85 5A CE

RGB Percentages of Color #855ace

%31.00
%20.98
%48.02

CMYK Percentages of Color #855ace

%35
%56
%0
%19

Triadic Colors of #855ace

#855ace #ce855a #5ace85

Analogous Colors of #855ace

#855ace #bf5ace #5a69ce

Monochromatic Colors of #855ace

#855ace

Complementary Color

#855ace #a3ce5a

#855ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ace Color CSS Codes

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

#855ace Text Font Color

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

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


#855ace Background Color

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

This div background color is #855ace


#855ace Border Color

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

This div border color is #855ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,90,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #855ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #855ace;
  -webkit-box-shadow: 1px 1px 3px 2px #855ace;
  box-shadow:         1px 1px 3px 2px #855ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ace


Comments

No comments written yet.

Please login to write comment.