Color Hex Logo

#893daf Color Hex

#893DAF
(137,61,175)
0 Favorites   0 Comments

Color spaces of #893daf

RGB 13761175
HSL0.780.480.46
HSV280°65°69°
CMYK 0.220.650.00   0.31
XYZ19.723111.751041.7861
Yxy11.75100.26920.1604
Hunter Lab34.279742.7118-48.2772
CIE-Lab40.817651.1128-47.3793

#893daf color RGB value is (137,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 10101111
Octal 211 75 257
Decimal 137 61 175
Hex 89 3D AF

RGB Percentages of Color #893daf

%36.73
%16.35
%46.92

CMYK Percentages of Color #893daf

%22
%65
%0
%31

Triadic Colors of #893daf

#893daf #af893d #3daf89

Analogous Colors of #893daf

#893daf #af3d9c #503daf

Monochromatic Colors of #893daf

#893daf

Complementary Color

#893daf #63af3d

#893daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#893daf Color CSS Codes

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

#893daf Text Font Color

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

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


#893daf Background Color

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

This div background color is #893daf


#893daf Border Color

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

This div border color is #893daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,61,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 #893daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893daf


Comments

No comments written yet.

Please login to write comment.