Color Hex Logo

#893cfe Color Hex

#893CFE
(137,60,254)
0 Favorites   0 Comments

Color spaces of #893cfe

RGB 13760254
HSL0.730.990.62
HSV264°76°100°
CMYK 0.460.760.00   0.00
XYZ29.821815.705895.2257
Yxy15.70580.21190.1116
Hunter Lab39.630564.9670-114.7228
CIE-Lab46.586169.9893-83.3546

#893cfe color RGB value is (137,60,254).

#893cfe hex color red value is 137, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #893cfe hue: 0.73 , saturation: 0.99 and the lightness value of 893cfe is 0.62.

The process color (four color CMYK) of #893cfe color hex is 0.46, 0.76, 0.00, 0.00. Web safe color of #893cfe is #9933ff. Color #893cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 11111110
Octal 211 74 376
Decimal 137 60 254
Hex 89 3C FE

RGB Percentages of Color #893cfe

%30.38
%13.30
%56.32

CMYK Percentages of Color #893cfe

%46
%76
%0
%0

Triadic Colors of #893cfe

#893cfe #fe893c #3cfe89

Analogous Colors of #893cfe

#893cfe #ea3cfe #3c50fe

Monochromatic Colors of #893cfe

#893cfe

Complementary Color

#893cfe #b1fe3c

#893cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#893cfe Color CSS Codes

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

#893cfe Text Font Color

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

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


#893cfe Background Color

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

This div background color is #893cfe


#893cfe Border Color

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

This div border color is #893cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.