Color Hex Logo

#893aff Color Hex

#893AFF
(137,58,255)
0 Favorites   0 Comments

Color spaces of #893aff

RGB 13758255
HSL0.731.000.61
HSV264°77°100°
CMYK 0.460.770.00   0.00
XYZ29.879615.564596.0372
Yxy15.56450.21120.1100
Hunter Lab39.451966.1495-116.7126
CIE-Lab46.397971.0201-84.2210

#893aff color RGB value is (137,58,255).

#893aff hex color red value is 137, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #893aff hue: 0.73 , saturation: 1.00 and the lightness value of 893aff is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 11111111
Octal 211 72 377
Decimal 137 58 255
Hex 89 3A FF

RGB Percentages of Color #893aff

%30.44
%12.89
%56.67

CMYK Percentages of Color #893aff

%46
%77
%0
%0

Triadic Colors of #893aff

#893aff #ff893a #3aff89

Analogous Colors of #893aff

#893aff #ec3aff #3a4dff

Monochromatic Colors of #893aff

#893aff

Complementary Color

#893aff #b0ff3a

#893aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aff Color CSS Codes

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

#893aff Text Font Color

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

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


#893aff Background Color

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

This div background color is #893aff


#893aff Border Color

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

This div border color is #893aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aff


Comments

No comments written yet.

Please login to write comment.