Color Hex Logo

#893fbe Color Hex

#893FBE
(137,63,190)
0 Favorites   0 Comments

Color spaces of #893fbe

RGB 13763190
HSL0.760.500.50
HSV275°67°75°
CMYK 0.280.670.00   0.25
XYZ21.388312.591150.0182
Yxy12.59110.25460.1499
Hunter Lab35.483945.4958-58.7365
CIE-Lab42.140653.5172-54.0766

#893fbe color RGB value is (137,63,190).

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

The process color (four color CMYK) of #893fbe color hex is 0.28, 0.67, 0.00, 0.25. Web safe color of #893fbe is #9933cc. Color #893fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 10111110
Octal 211 77 276
Decimal 137 63 190
Hex 89 3F BE

RGB Percentages of Color #893fbe

%35.13
%16.15
%48.72

CMYK Percentages of Color #893fbe

%28
%67
%0
%25

Triadic Colors of #893fbe

#893fbe #be893f #3fbe89

Analogous Colors of #893fbe

#893fbe #be3fb4 #4a3fbe

Monochromatic Colors of #893fbe

#893fbe

Complementary Color

#893fbe #74be3f

#893fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#893fbe Color CSS Codes

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

#893fbe Text Font Color

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

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


#893fbe Background Color

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

This div background color is #893fbe


#893fbe Border Color

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

This div border color is #893fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893fbe


Comments

No comments written yet.

Please login to write comment.