Color Hex Logo

#893dac Color Hex

#893DAC
(137,61,172)
0 Favorites   0 Comments

Color spaces of #893dac

RGB 13761172
HSL0.780.480.46
HSV281°65°67°
CMYK 0.200.650.00   0.33
XYZ19.431711.634440.2512
Yxy11.63440.27250.1631
Hunter Lab34.109241.9985-46.0897
CIE-Lab40.629150.4604-45.9026

#893dac color RGB value is (137,61,172).

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

The process color (four color CMYK) of #893dac color hex is 0.20, 0.65, 0.00, 0.33. Web safe color of #893dac is #993399. Color #893dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 10101100
Octal 211 75 254
Decimal 137 61 172
Hex 89 3D AC

RGB Percentages of Color #893dac

%37.03
%16.49
%46.49

CMYK Percentages of Color #893dac

%20
%65
%0
%33

Triadic Colors of #893dac

#893dac #ac893d #3dac89

Analogous Colors of #893dac

#893dac #ac3d98 #523dac

Monochromatic Colors of #893dac

#893dac

Complementary Color

#893dac #60ac3d

#893dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#893dac Color CSS Codes

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

#893dac Text Font Color

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

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


#893dac Background Color

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

This div background color is #893dac


#893dac Border Color

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

This div border color is #893dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893dac


Comments

No comments written yet.

Please login to write comment.