Color Hex Logo

#893ded Color Hex

#893DED
(137,61,237)
0 Favorites   0 Comments

Color spaces of #893ded

RGB 13761237
HSL0.740.830.58
HSV266°74°93°
CMYK 0.420.740.00   0.07
XYZ27.271314.770381.5344
Yxy14.77030.22070.1195
Hunter Lab38.432159.4066-98.8822
CIE-Lab45.318065.4795-75.8965

#893ded color RGB value is (137,61,237).

#893ded hex color red value is 137, green value is 61 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #893ded hue: 0.74 , saturation: 0.83 and the lightness value of 893ded is 0.58.

The process color (four color CMYK) of #893ded color hex is 0.42, 0.74, 0.00, 0.07. Web safe color of #893ded is #9933ff. Color #893ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 11101101
Octal 211 75 355
Decimal 137 61 237
Hex 89 3D ED

RGB Percentages of Color #893ded

%31.49
%14.02
%54.48

CMYK Percentages of Color #893ded

%42
%74
%0
%7

Triadic Colors of #893ded

#893ded #ed893d #3ded89

Analogous Colors of #893ded

#893ded #e13ded #3d49ed

Monochromatic Colors of #893ded

#893ded

Complementary Color

#893ded #a1ed3d

#893ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ded Color CSS Codes

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

#893ded Text Font Color

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

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


#893ded Background Color

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

This div background color is #893ded


#893ded Border Color

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

This div border color is #893ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ded


Comments

No comments written yet.

Please login to write comment.