Color Hex Logo

#893fda Color Hex

#893FDA
(137,63,218)
0 Favorites   0 Comments

Color spaces of #893fda

RGB 13763218
HSL0.750.680.55
HSV269°71°85°
CMYK 0.370.710.00   0.15
XYZ24.748913.935367.7150
Yxy13.93530.23260.1310
Hunter Lab37.330053.0137-81.4184
CIE-Lab44.140060.0589-67.0253

#893fda color RGB value is (137,63,218).

#893fda hex color red value is 137, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #893fda hue: 0.75 , saturation: 0.68 and the lightness value of 893fda is 0.55.

The process color (four color CMYK) of #893fda color hex is 0.37, 0.71, 0.00, 0.15. Web safe color of #893fda is #9933cc. Color #893fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 11011010
Octal 211 77 332
Decimal 137 63 218
Hex 89 3F DA

RGB Percentages of Color #893fda

%32.78
%15.07
%52.15

CMYK Percentages of Color #893fda

%37
%71
%0
%15

Triadic Colors of #893fda

#893fda #da893f #3fda89

Analogous Colors of #893fda

#893fda #d73fda #3f43da

Monochromatic Colors of #893fda

#893fda

Complementary Color

#893fda #90da3f

#893fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#893fda Color CSS Codes

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

#893fda Text Font Color

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

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


#893fda Background Color

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

This div background color is #893fda


#893fda Border Color

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

This div border color is #893fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893fda


Comments

No comments written yet.

Please login to write comment.