Color Hex Logo

#854adc Color Hex

#854ADC
(133,74,220)
0 Favorites   0 Comments

Color spaces of #854adc

RGB 13374220
HSL0.730.680.58
HSV264°66°86°
CMYK 0.400.660.00   0.14
XYZ25.039915.051469.2956
Yxy15.05140.22890.1376
Hunter Lab38.796147.3147-78.7434
CIE-Lab45.704554.5618-65.6459

#854adc color RGB value is (133,74,220).

#854adc hex color red value is 133, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #854adc hue: 0.73 , saturation: 0.68 and the lightness value of 854adc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 11011100
Octal 205 112 334
Decimal 133 74 220
Hex 85 4A DC

RGB Percentages of Color #854adc

%31.15
%17.33
%51.52

CMYK Percentages of Color #854adc

%40
%66
%0
%14

Triadic Colors of #854adc

#854adc #dc854a #4adc85

Analogous Colors of #854adc

#854adc #ce4adc #4a58dc

Monochromatic Colors of #854adc

#854adc

Complementary Color

#854adc #a1dc4a

#854adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#854adc Color CSS Codes

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

#854adc Text Font Color

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

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


#854adc Background Color

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

This div background color is #854adc


#854adc Border Color

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

This div border color is #854adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854adc


Comments

No comments written yet.

Please login to write comment.