Color Hex Logo

#894fdd Color Hex

#894FDD
(137,79,221)
0 Favorites   0 Comments

Color spaces of #894fdd

RGB 13779221
HSL0.730.680.59
HSV265°64°87°
CMYK 0.380.640.00   0.13
XYZ26.163716.130870.1412
Yxy16.13080.23270.1435
Hunter Lab40.163245.9956-75.4302
CIE-Lab47.145653.0753-63.8582

#894fdd color RGB value is (137,79,221).

#894fdd hex color red value is 137, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #894fdd hue: 0.73 , saturation: 0.68 and the lightness value of 894fdd is 0.59.

The process color (four color CMYK) of #894fdd color hex is 0.38, 0.64, 0.00, 0.13. Web safe color of #894fdd is #9966cc. Color #894fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001111 11011101
Octal 211 117 335
Decimal 137 79 221
Hex 89 4F DD

RGB Percentages of Color #894fdd

%31.35
%18.08
%50.57

CMYK Percentages of Color #894fdd

%38
%64
%0
%13

Triadic Colors of #894fdd

#894fdd #dd894f #4fdd89

Analogous Colors of #894fdd

#894fdd #d04fdd #4f5cdd

Monochromatic Colors of #894fdd

#894fdd

Complementary Color

#894fdd #a3dd4f

#894fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#894fdd Color CSS Codes

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

#894fdd Text Font Color

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

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


#894fdd Background Color

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

This div background color is #894fdd


#894fdd Border Color

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

This div border color is #894fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,79,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894fdd


Comments

No comments written yet.

Please login to write comment.