Color Hex Logo

#8921ed Color Hex

#8921ED
(137,33,237)
0 Favorites   0 Comments

Color spaces of #8921ed

RGB 13733237
HSL0.750.850.53
HSV271°86°93°
CMYK 0.420.860.00   0.07
XYZ26.146412.520581.1594
Yxy12.52050.21820.1045
Hunter Lab35.384369.9758-111.2217
CIE-Lab42.031775.0464-81.2837

#8921ed color RGB value is (137,33,237).

#8921ed hex color red value is 137, green value is 33 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8921ed hue: 0.75 , saturation: 0.85 and the lightness value of 8921ed is 0.53.

The process color (four color CMYK) of #8921ed color hex is 0.42, 0.86, 0.00, 0.07. Web safe color of #8921ed is #9933ff. Color #8921ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100001 11101101
Octal 211 41 355
Decimal 137 33 237
Hex 89 21 ED

RGB Percentages of Color #8921ed

%33.66
%8.11
%58.23

CMYK Percentages of Color #8921ed

%42
%86
%0
%7

Triadic Colors of #8921ed

#8921ed #ed8921 #21ed89

Analogous Colors of #8921ed

#8921ed #ed21eb #2321ed

Monochromatic Colors of #8921ed

#8921ed

Complementary Color

#8921ed #85ed21

#8921ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8921ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8921ed Color CSS Codes

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

#8921ed Text Font Color

<p style="color:#8921ed">Text here</p>

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


#8921ed Background Color

<div style="background-color:#8921ed">
Div content here</div>

This div background color is #8921ed


#8921ed Border Color

<div style="border:3px solid #8921ed">
Div here</div>

This div border color is #8921ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,33,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8921ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8921ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8921ed;
  box-shadow:         1px 1px 3px 2px #8921ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8921ed


Comments

No comments written yet.

Please login to write comment.