Color Hex Logo

#893edd Color Hex

#893EDD
(137,62,221)
0 Favorites   0 Comments

Color spaces of #893edd

RGB 13762221
HSL0.750.700.55
HSV268°72°87°
CMYK 0.380.720.00   0.13
XYZ25.090313.984169.7834
Yxy13.98410.23050.1285
Hunter Lab37.395354.3223-84.4643
CIE-Lab44.210161.2181-68.6252

#893edd color RGB value is (137,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 11011101
Octal 211 76 335
Decimal 137 62 221
Hex 89 3E DD

RGB Percentages of Color #893edd

%32.62
%14.76
%52.62

CMYK Percentages of Color #893edd

%38
%72
%0
%13

Triadic Colors of #893edd

#893edd #dd893e #3edd89

Analogous Colors of #893edd

#893edd #d93edd #3e42dd

Monochromatic Colors of #893edd

#893edd

Complementary Color

#893edd #92dd3e

#893edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#893edd Color CSS Codes

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

#893edd Text Font Color

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

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


#893edd Background Color

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

This div background color is #893edd


#893edd Border Color

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

This div border color is #893edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893edd


Comments

No comments written yet.

Please login to write comment.