Color Hex Logo

#893acc Color Hex

#893ACC
(137,58,204)
0 Favorites   0 Comments

Color spaces of #893acc

RGB 13758204
HSL0.760.590.51
HSV272°72°80°
CMYK 0.330.720.00   0.20
XYZ22.728712.704158.3809
Yxy12.70410.24230.1354
Hunter Lab35.642851.4509-72.1637
CIE-Lab42.314058.9945-61.9388

#893acc color RGB value is (137,58,204).

#893acc hex color red value is 137, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #893acc hue: 0.76 , saturation: 0.59 and the lightness value of 893acc is 0.51.

The process color (four color CMYK) of #893acc color hex is 0.33, 0.72, 0.00, 0.20. Web safe color of #893acc is #9933cc. Color #893acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 11001100
Octal 211 72 314
Decimal 137 58 204
Hex 89 3A CC

RGB Percentages of Color #893acc

%34.34
%14.54
%51.13

CMYK Percentages of Color #893acc

%33
%72
%0
%20

Triadic Colors of #893acc

#893acc #cc893a #3acc89

Analogous Colors of #893acc

#893acc #cc3ac6 #403acc

Monochromatic Colors of #893acc

#893acc

Complementary Color

#893acc #7dcc3a

#893acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#893acc Color CSS Codes

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

#893acc Text Font Color

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

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


#893acc Background Color

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

This div background color is #893acc


#893acc Border Color

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

This div border color is #893acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893acc


Comments

No comments written yet.

Please login to write comment.