Color Hex Logo

#893cef Color Hex

#893CEF
(137,60,239)
0 Favorites   0 Comments

Color spaces of #893cef

RGB 13760239
HSL0.740.850.59
HSV266°75°94°
CMYK 0.430.750.00   0.06
XYZ27.512414.782183.0645
Yxy14.78210.21950.1179
Hunter Lab38.447560.4486-101.1808
CIE-Lab45.334366.3782-76.9975

#893cef color RGB value is (137,60,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 11101111
Octal 211 74 357
Decimal 137 60 239
Hex 89 3C EF

RGB Percentages of Color #893cef

%31.42
%13.76
%54.82

CMYK Percentages of Color #893cef

%43
%75
%0
%6

Triadic Colors of #893cef

#893cef #ef893c #3cef89

Analogous Colors of #893cef

#893cef #e33cef #3c49ef

Monochromatic Colors of #893cef

#893cef

Complementary Color

#893cef #a2ef3c

#893cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#893cef Color CSS Codes

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

#893cef Text Font Color

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

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


#893cef Background Color

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

This div background color is #893cef


#893cef Border Color

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

This div border color is #893cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893cef


Comments

No comments written yet.

Please login to write comment.