Color Hex Logo

#893fcc Color Hex

#893FCC
(137,63,204)
0 Favorites   0 Comments

Color spaces of #893fcc

RGB 13763204
HSL0.750.580.52
HSV271°69°80°
CMYK 0.330.690.00   0.20
XYZ22.993113.233058.4691
Yxy13.23300.24280.1397
Hunter Lab36.377249.1652-69.8329
CIE-Lab43.112256.7525-60.6442

#893fcc color RGB value is (137,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 11001100
Octal 211 77 314
Decimal 137 63 204
Hex 89 3F CC

RGB Percentages of Color #893fcc

%33.91
%15.59
%50.50

CMYK Percentages of Color #893fcc

%33
%69
%0
%20

Triadic Colors of #893fcc

#893fcc #cc893f #3fcc89

Analogous Colors of #893fcc

#893fcc #cc3fc9 #423fcc

Monochromatic Colors of #893fcc

#893fcc

Complementary Color

#893fcc #82cc3f

#893fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#893fcc Color CSS Codes

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

#893fcc Text Font Color

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

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


#893fcc Background Color

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

This div background color is #893fcc


#893fcc Border Color

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

This div border color is #893fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893fcc


Comments

No comments written yet.

Please login to write comment.