Color Hex Logo

#893dca Color Hex

#893DCA
(137,61,202)
0 Favorites   0 Comments

Color spaces of #893dca

RGB 13761202
HSL0.760.570.52
HSV272°70°79°
CMYK 0.320.700.00   0.21
XYZ22.645912.920157.1774
Yxy12.92010.24420.1393
Hunter Lab35.944549.5562-69.1521
CIE-Lab42.642657.2007-60.2479

#893dca color RGB value is (137,61,202).

#893dca hex color red value is 137, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #893dca hue: 0.76 , saturation: 0.57 and the lightness value of 893dca is 0.52.

The process color (four color CMYK) of #893dca color hex is 0.32, 0.70, 0.00, 0.21. Web safe color of #893dca is #9933cc. Color #893dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111101 11001010
Octal 211 75 312
Decimal 137 61 202
Hex 89 3D CA

RGB Percentages of Color #893dca

%34.25
%15.25
%50.50

CMYK Percentages of Color #893dca

%32
%70
%0
%21

Triadic Colors of #893dca

#893dca #ca893d #3dca89

Analogous Colors of #893dca

#893dca #ca3dc5 #433dca

Monochromatic Colors of #893dca

#893dca

Complementary Color

#893dca #7eca3d

#893dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#893dca Color CSS Codes

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

#893dca Text Font Color

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

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


#893dca Background Color

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

This div background color is #893dca


#893dca Border Color

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

This div border color is #893dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893dca


Comments

No comments written yet.

Please login to write comment.