Color Hex Logo

#893caf Color Hex

#893CAF
(137,60,175)
0 Favorites   0 Comments

Color spaces of #893caf

RGB 13760175
HSL0.780.490.46
HSV280°66°69°
CMYK 0.220.660.00   0.31
XYZ19.670211.645241.7685
Yxy11.64520.26910.1593
Hunter Lab34.125143.1712-48.6824
CIE-Lab40.646651.5851-47.6538

#893caf color RGB value is (137,60,175).

#893caf hex color red value is 137, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #893caf hue: 0.78 , saturation: 0.49 and the lightness value of 893caf is 0.46.

The process color (four color CMYK) of #893caf color hex is 0.22, 0.66, 0.00, 0.31. Web safe color of #893caf is #993399. Color #893caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 10101111
Octal 211 74 257
Decimal 137 60 175
Hex 89 3C AF

RGB Percentages of Color #893caf

%36.83
%16.13
%47.04

CMYK Percentages of Color #893caf

%22
%66
%0
%31

Triadic Colors of #893caf

#893caf #af893c #3caf89

Analogous Colors of #893caf

#893caf #af3c9c #503caf

Monochromatic Colors of #893caf

#893caf

Complementary Color

#893caf #62af3c

#893caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#893caf Color CSS Codes

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

#893caf Text Font Color

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

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


#893caf Background Color

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

This div background color is #893caf


#893caf Border Color

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

This div border color is #893caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893caf


Comments

No comments written yet.

Please login to write comment.