Color Hex Logo

#894cdc Color Hex

#894CDC
(137,76,220)
0 Favorites   0 Comments

Color spaces of #894cdc

RGB 13776220
HSL0.740.670.58
HSV265°65°86°
CMYK 0.380.650.00   0.14
XYZ25.819215.654669.3710
Yxy15.65460.23290.1412
Hunter Lab39.565947.2420-76.2572
CIE-Lab46.518054.3466-64.3057

#894cdc color RGB value is (137,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 11011100
Octal 211 114 334
Decimal 137 76 220
Hex 89 4C DC

RGB Percentages of Color #894cdc

%31.64
%17.55
%50.81

CMYK Percentages of Color #894cdc

%38
%65
%0
%14

Triadic Colors of #894cdc

#894cdc #dc894c #4cdc89

Analogous Colors of #894cdc

#894cdc #d14cdc #4c57dc

Monochromatic Colors of #894cdc

#894cdc

Complementary Color

#894cdc #9fdc4c

#894cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#894cdc Color CSS Codes

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

#894cdc Text Font Color

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

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


#894cdc Background Color

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

This div background color is #894cdc


#894cdc Border Color

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

This div border color is #894cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894cdc


Comments

No comments written yet.

Please login to write comment.