Color Hex Logo

#895adc Color Hex

#895ADC
(137,90,220)
1 Favorites   0 Comments

Color spaces of #895adc

RGB 13790220
HSL0.730.650.61
HSV262°59°86°
CMYK 0.380.590.00   0.14
XYZ26.891017.798069.7282
Yxy17.79800.23500.1556
Hunter Lab42.187739.9499-68.4637
CIE-Lab49.250246.9902-59.8900

#895adc color RGB value is (137,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011010 11011100
Octal 211 132 334
Decimal 137 90 220
Hex 89 5A DC

RGB Percentages of Color #895adc

%30.65
%20.13
%49.22

CMYK Percentages of Color #895adc

%38
%59
%0
%14

Triadic Colors of #895adc

#895adc #dc895a #5adc89

Analogous Colors of #895adc

#895adc #ca5adc #5a6cdc

Monochromatic Colors of #895adc

#895adc

Complementary Color

#895adc #addc5a

#895adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#895adc Color CSS Codes

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

#895adc Text Font Color

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

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


#895adc Background Color

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

This div background color is #895adc


#895adc Border Color

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

This div border color is #895adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895adc


Comments

No comments written yet.

Please login to write comment.