Color Hex Logo

#893edf Color Hex

#893EDF
(137,62,223)
0 Favorites   0 Comments

Color spaces of #893edf

RGB 13762223
HSL0.740.720.56
HSV268°72°87°
CMYK 0.390.720.00   0.13
XYZ25.358414.091371.1954
Yxy14.09130.22920.1274
Hunter Lab37.538454.8904-86.1727
CIE-Lab44.363661.6950-69.5159

#893edf color RGB value is (137,62,223).

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

The process color (four color CMYK) of #893edf color hex is 0.39, 0.72, 0.00, 0.13. Web safe color of #893edf is #9933cc. Color #893edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 11011111
Octal 211 76 337
Decimal 137 62 223
Hex 89 3E DF

RGB Percentages of Color #893edf

%32.46
%14.69
%52.84

CMYK Percentages of Color #893edf

%39
%72
%0
%13

Triadic Colors of #893edf

#893edf #df893e #3edf89

Analogous Colors of #893edf

#893edf #da3edf #3e43df

Monochromatic Colors of #893edf

#893edf

Complementary Color

#893edf #94df3e

#893edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#893edf Color CSS Codes

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

#893edf Text Font Color

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

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


#893edf Background Color

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

This div background color is #893edf


#893edf Border Color

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

This div border color is #893edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893edf


Comments

No comments written yet.

Please login to write comment.