Color Hex Logo

#893ebf Color Hex

#893EBF
(137,62,191)
0 Favorites   0 Comments

Color spaces of #893ebf

RGB 13762191
HSL0.760.510.50
HSV275°68°75°
CMYK 0.280.680.00   0.25
XYZ21.443112.525250.5776
Yxy12.52520.25360.1481
Hunter Lab35.391046.2175-59.9583
CIE-Lab42.038954.2146-54.8250

#893ebf color RGB value is (137,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 10111111
Octal 211 76 277
Decimal 137 62 191
Hex 89 3E BF

RGB Percentages of Color #893ebf

%35.13
%15.90
%48.97

CMYK Percentages of Color #893ebf

%28
%68
%0
%25

Triadic Colors of #893ebf

#893ebf #bf893e #3ebf89

Analogous Colors of #893ebf

#893ebf #bf3eb5 #483ebf

Monochromatic Colors of #893ebf

#893ebf

Complementary Color

#893ebf #74bf3e

#893ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ebf Color CSS Codes

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

#893ebf Text Font Color

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

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


#893ebf Background Color

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

This div background color is #893ebf


#893ebf Border Color

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

This div border color is #893ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ebf


Comments

No comments written yet.

Please login to write comment.