Color Hex Logo

#893dbd Color Hex

#893DBD
(137,61,189)
0 Favorites   0 Comments

Color spaces of #893dbd

RGB 13761189
HSL0.770.510.49
HSV276°68°74°
CMYK 0.280.680.00   0.26
XYZ21.170612.330049.4082
Yxy12.33000.25530.1487
Hunter Lab35.114146.1695-58.8457
CIE-Lab41.735954.2262-54.1445

#893dbd color RGB value is (137,61,189).

#893dbd hex color red value is 137, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #893dbd hue: 0.77 , saturation: 0.51 and the lightness value of 893dbd is 0.49.

The process color (four color CMYK) of #893dbd color hex is 0.28, 0.68, 0.00, 0.26. Web safe color of #893dbd is #9933cc. Color #893dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 10111101
Octal 211 75 275
Decimal 137 61 189
Hex 89 3D BD

RGB Percentages of Color #893dbd

%35.40
%15.76
%48.84

CMYK Percentages of Color #893dbd

%28
%68
%0
%26

Triadic Colors of #893dbd

#893dbd #bd893d #3dbd89

Analogous Colors of #893dbd

#893dbd #bd3db1 #493dbd

Monochromatic Colors of #893dbd

#893dbd

Complementary Color

#893dbd #71bd3d

#893dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#893dbd Color CSS Codes

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

#893dbd Text Font Color

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

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


#893dbd Background Color

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

This div background color is #893dbd


#893dbd Border Color

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

This div border color is #893dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893dbd


Comments

No comments written yet.

Please login to write comment.