Color Hex Logo

#893fca Color Hex

#893FCA
(137,63,202)
0 Favorites   0 Comments

Color spaces of #893fca

RGB 13763202
HSL0.760.570.52
HSV272°69°79°
CMYK 0.320.690.00   0.21
XYZ22.754713.137657.2136
Yxy13.13760.24440.1411
Hunter Lab36.245848.6300-68.2165
CIE-Lab42.969856.2858-59.7178

#893fca color RGB value is (137,63,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 11001010
Octal 211 77 312
Decimal 137 63 202
Hex 89 3F CA

RGB Percentages of Color #893fca

%34.08
%15.67
%50.25

CMYK Percentages of Color #893fca

%32
%69
%0
%21

Triadic Colors of #893fca

#893fca #ca893f #3fca89

Analogous Colors of #893fca

#893fca #ca3fc6 #443fca

Monochromatic Colors of #893fca

#893fca

Complementary Color

#893fca #80ca3f

#893fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#893fca Color CSS Codes

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

#893fca Text Font Color

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

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


#893fca Background Color

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

This div background color is #893fca


#893fca Border Color

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

This div border color is #893fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893fca


Comments

No comments written yet.

Please login to write comment.