Color Hex Logo

#893ec8 Color Hex

#893EC8
(137,62,200)
0 Favorites   0 Comments

Color spaces of #893ec8

RGB 13762200
HSL0.760.560.51
HSV273°69°78°
CMYK 0.320.690.00   0.22
XYZ22.464512.933755.9560
Yxy12.93370.24590.1416
Hunter Lab35.963548.5636-67.0757
CIE-Lab42.663256.2821-59.0552

#893ec8 color RGB value is (137,62,200).

#893ec8 hex color red value is 137, green value is 62 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #893ec8 hue: 0.76 , saturation: 0.56 and the lightness value of 893ec8 is 0.51.

The process color (four color CMYK) of #893ec8 color hex is 0.32, 0.69, 0.00, 0.22. Web safe color of #893ec8 is #9933cc. Color #893ec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 11001000
Octal 211 76 310
Decimal 137 62 200
Hex 89 3E C8

RGB Percentages of Color #893ec8

%34.34
%15.54
%50.13

CMYK Percentages of Color #893ec8

%32
%69
%0
%22

Triadic Colors of #893ec8

#893ec8 #c8893e #3ec889

Analogous Colors of #893ec8

#893ec8 #c83ec2 #443ec8

Monochromatic Colors of #893ec8

#893ec8

Complementary Color

#893ec8 #7dc83e

#893ec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ec8 Color CSS Codes

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

#893ec8 Text Font Color

<p style="color:#893ec8">Text here</p>

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


#893ec8 Background Color

<div style="background-color:#893ec8">
Div content here</div>

This div background color is #893ec8


#893ec8 Border Color

<div style="border:3px solid #893ec8">
Div here</div>

This div border color is #893ec8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,62,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #893ec8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #893ec8;
  -webkit-box-shadow: 1px 1px 3px 2px #893ec8;
  box-shadow:         1px 1px 3px 2px #893ec8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ec8


Comments

No comments written yet.

Please login to write comment.