Color Hex Logo

#855adc Color Hex

#855ADC
(133,90,220)
0 Favorites   0 Comments

Color spaces of #855adc

RGB 13390220
HSL0.720.650.61
HSV260°59°86°
CMYK 0.400.590.00   0.14
XYZ26.247317.466269.6981
Yxy17.46620.23140.1540
Hunter Lab41.792638.9676-69.6240
CIE-Lab48.842246.1087-60.5687

#855adc color RGB value is (133,90,220).

#855adc hex color red value is 133, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #855adc hue: 0.72 , saturation: 0.65 and the lightness value of 855adc is 0.61.

The process color (four color CMYK) of #855adc color hex is 0.40, 0.59, 0.00, 0.14. Web safe color of #855adc is #9966cc. Color #855adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 11011100
Octal 205 132 334
Decimal 133 90 220
Hex 85 5A DC

RGB Percentages of Color #855adc

%30.02
%20.32
%49.66

CMYK Percentages of Color #855adc

%40
%59
%0
%14

Triadic Colors of #855adc

#855adc #dc855a #5adc85

Analogous Colors of #855adc

#855adc #c65adc #5a70dc

Monochromatic Colors of #855adc

#855adc

Complementary Color

#855adc #b1dc5a

#855adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#855adc Color CSS Codes

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

#855adc Text Font Color

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

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


#855adc Background Color

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

This div background color is #855adc


#855adc Border Color

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

This div border color is #855adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855adc


Comments

No comments written yet.

Please login to write comment.