Color Hex Logo

#891edc Color Hex

#891EDC
(137,30,220)
0 Favorites   0 Comments

Color spaces of #891edc

RGB 13730220
HSL0.760.760.49
HSV274°86°86°
CMYK 0.380.860.00   0.14
XYZ23.699111.414268.6642
Yxy11.41420.22840.1100
Hunter Lab33.784966.0888-96.8511
CIE-Lab40.269572.1622-74.4925

#891edc color RGB value is (137,30,220).

#891edc hex color red value is 137, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #891edc hue: 0.76 , saturation: 0.76 and the lightness value of 891edc is 0.49.

The process color (four color CMYK) of #891edc color hex is 0.38, 0.86, 0.00, 0.14. Web safe color of #891edc is #9933cc. Color #891edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011110 11011100
Octal 211 36 334
Decimal 137 30 220
Hex 89 1E DC

RGB Percentages of Color #891edc

%35.40
%7.75
%56.85

CMYK Percentages of Color #891edc

%38
%86
%0
%14

Triadic Colors of #891edc

#891edc #dc891e #1edc89

Analogous Colors of #891edc

#891edc #dc1ed0 #2a1edc

Monochromatic Colors of #891edc

#891edc

Complementary Color

#891edc #71dc1e

#891edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#891edc Color CSS Codes

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

#891edc Text Font Color

<p style="color:#891edc">Text here</p>

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


#891edc Background Color

<div style="background-color:#891edc">
Div content here</div>

This div background color is #891edc


#891edc Border Color

<div style="border:3px solid #891edc">
Div here</div>

This div border color is #891edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,30,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #891edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #891edc;
  -webkit-box-shadow: 1px 1px 3px 2px #891edc;
  box-shadow:         1px 1px 3px 2px #891edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891edc


Comments

No comments written yet.

Please login to write comment.