Color Hex Logo

#890fcd Color Hex

#890FCD
(137,15,205)
0 Favorites   0 Comments

Color spaces of #890fcd

RGB 13715205
HSL0.770.860.43
HSV279°93°80°
CMYK 0.330.930.00   0.20
XYZ21.506810.067858.5674
Yxy10.06780.23860.1117
Hunter Lab31.729865.4621-87.2276
CIE-Lab37.963872.0809-69.6118

#890fcd color RGB value is (137,15,205).

#890fcd hex color red value is 137, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #890fcd hue: 0.77 , saturation: 0.86 and the lightness value of 890fcd is 0.43.

The process color (four color CMYK) of #890fcd color hex is 0.33, 0.93, 0.00, 0.20. Web safe color of #890fcd is #9900cc. Color #890fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001111 11001101
Octal 211 17 315
Decimal 137 15 205
Hex 89 F CD

RGB Percentages of Color #890fcd

%38.38
%4.20
%57.42

CMYK Percentages of Color #890fcd

%33
%93
%0
%20

Triadic Colors of #890fcd

#890fcd #cd890f #0fcd89

Analogous Colors of #890fcd

#890fcd #cd0fb2 #2a0fcd

Monochromatic Colors of #890fcd

#890fcd

Complementary Color

#890fcd #53cd0f

#890fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#890fcd Color CSS Codes

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

#890fcd Text Font Color

<p style="color:#890fcd">Text here</p>

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


#890fcd Background Color

<div style="background-color:#890fcd">
Div content here</div>

This div background color is #890fcd


#890fcd Border Color

<div style="border:3px solid #890fcd">
Div here</div>

This div border color is #890fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890fcd


Comments

No comments written yet.

Please login to write comment.