Color Hex Logo

#894adc Color Hex

#894ADC
(137,74,220)
0 Favorites   0 Comments

Color spaces of #894adc

RGB 13774220
HSL0.740.680.58
HSV266°66°86°
CMYK 0.380.660.00   0.14
XYZ25.683615.383269.3257
Yxy15.38320.23270.1394
Hunter Lab39.221448.2507-77.3429
CIE-Lab46.154655.3450-64.8948

#894adc color RGB value is (137,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 11011100
Octal 211 112 334
Decimal 137 74 220
Hex 89 4A DC

RGB Percentages of Color #894adc

%31.79
%17.17
%51.04

CMYK Percentages of Color #894adc

%38
%66
%0
%14

Triadic Colors of #894adc

#894adc #dc894a #4adc89

Analogous Colors of #894adc

#894adc #d24adc #4a54dc

Monochromatic Colors of #894adc

#894adc

Complementary Color

#894adc #9ddc4a

#894adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#894adc Color CSS Codes

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

#894adc Text Font Color

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

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


#894adc Background Color

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

This div background color is #894adc


#894adc Border Color

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

This div border color is #894adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894adc


Comments

No comments written yet.

Please login to write comment.