Color Hex Logo

#893dda Color Hex

#893DDA
(137,61,218)
0 Favorites   0 Comments

Color spaces of #893dda

RGB 13761218
HSL0.750.680.55
HSV269°72°85°
CMYK 0.370.720.00   0.15
XYZ24.640213.717867.6788
Yxy13.71780.23240.1294
Hunter Lab37.037553.9361-82.4145
CIE-Lab43.825560.9465-67.5372

#893dda color RGB value is (137,61,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 11011010
Octal 211 75 332
Decimal 137 61 218
Hex 89 3D DA

RGB Percentages of Color #893dda

%32.93
%14.66
%52.40

CMYK Percentages of Color #893dda

%37
%72
%0
%15

Triadic Colors of #893dda

#893dda #da893d #3dda89

Analogous Colors of #893dda

#893dda #d83dda #3d40da

Monochromatic Colors of #893dda

#893dda

Complementary Color

#893dda #8eda3d

#893dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#893dda Color CSS Codes

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

#893dda Text Font Color

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

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


#893dda Background Color

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

This div background color is #893dda


#893dda Border Color

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

This div border color is #893dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893dda


Comments

No comments written yet.

Please login to write comment.