Color Hex Logo

#890fcf Color Hex

#890FCF
(137,15,207)
0 Favorites   0 Comments

Color spaces of #890fcf

RGB 13715207
HSL0.770.860.44
HSV278°93°81°
CMYK 0.340.930.00   0.19
XYZ21.749810.165059.8472
Yxy10.16500.23700.1108
Hunter Lab31.882665.9753-88.9761
CIE-Lab38.136972.4779-70.4896

#890fcf color RGB value is (137,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001111 11001111
Octal 211 17 317
Decimal 137 15 207
Hex 89 F CF

RGB Percentages of Color #890fcf

%38.16
%4.18
%57.66

CMYK Percentages of Color #890fcf

%34
%93
%0
%19

Triadic Colors of #890fcf

#890fcf #cf890f #0fcf89

Analogous Colors of #890fcf

#890fcf #cf0fb5 #290fcf

Monochromatic Colors of #890fcf

#890fcf

Complementary Color

#890fcf #55cf0f

#890fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#890fcf Color CSS Codes

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

#890fcf Text Font Color

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

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


#890fcf Background Color

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

This div background color is #890fcf


#890fcf Border Color

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

This div border color is #890fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890fcf


Comments

No comments written yet.

Please login to write comment.