Color Hex Logo

#893cee Color Hex

#893CEE
(137,60,238)
0 Favorites   0 Comments

Color spaces of #893cee

RGB 13760238
HSL0.740.840.58
HSV266°75°93°
CMYK 0.420.750.00   0.07
XYZ27.365014.723182.2885
Yxy14.72310.22000.1184
Hunter Lab38.370760.1529-100.2919
CIE-Lab45.252666.1386-76.5675

#893cee color RGB value is (137,60,238).

#893cee hex color red value is 137, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #893cee hue: 0.74 , saturation: 0.84 and the lightness value of 893cee is 0.58.

The process color (four color CMYK) of #893cee color hex is 0.42, 0.75, 0.00, 0.07. Web safe color of #893cee is #9933ff. Color #893cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 11101110
Octal 211 74 356
Decimal 137 60 238
Hex 89 3C EE

RGB Percentages of Color #893cee

%31.49
%13.79
%54.71

CMYK Percentages of Color #893cee

%42
%75
%0
%7

Triadic Colors of #893cee

#893cee #ee893c #3cee89

Analogous Colors of #893cee

#893cee #e23cee #3c48ee

Monochromatic Colors of #893cee

#893cee

Complementary Color

#893cee #a1ee3c

#893cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#893cee Color CSS Codes

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

#893cee Text Font Color

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

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


#893cee Background Color

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

This div background color is #893cee


#893cee Border Color

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

This div border color is #893cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893cee


Comments

No comments written yet.

Please login to write comment.