Color Hex Logo

#893ccd Color Hex

#893CCD
(137,60,205)
0 Favorites   0 Comments

Color spaces of #893ccd

RGB 13760205
HSL0.760.590.52
HSV272°71°80°
CMYK 0.330.710.00   0.20
XYZ22.951812.957959.0490
Yxy12.95790.24170.1365
Hunter Lab35.997150.8170-72.0603
CIE-Lab42.699758.3438-61.8911

#893ccd color RGB value is (137,60,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 11001101
Octal 211 74 315
Decimal 137 60 205
Hex 89 3C CD

RGB Percentages of Color #893ccd

%34.08
%14.93
%51.00

CMYK Percentages of Color #893ccd

%33
%71
%0
%20

Triadic Colors of #893ccd

#893ccd #cd893c #3ccd89

Analogous Colors of #893ccd

#893ccd #cd3cc9 #403ccd

Monochromatic Colors of #893ccd

#893ccd

Complementary Color

#893ccd #80cd3c

#893ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ccd Color CSS Codes

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

#893ccd Text Font Color

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

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


#893ccd Background Color

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

This div background color is #893ccd


#893ccd Border Color

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

This div border color is #893ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ccd


Comments

No comments written yet.

Please login to write comment.