Color Hex Logo

#8933ef Color Hex

#8933EF
(137,51,239)
0 Favorites   0 Comments

Color spaces of #8933ef

RGB 13751239
HSL0.740.850.57
HSV267°79°94°
CMYK 0.430.790.00   0.06
XYZ27.080313.918082.9205
Yxy13.91800.21850.1123
Hunter Lab37.306864.2827-105.6669
CIE-Lab44.115169.8926-78.9938

#8933ef color RGB value is (137,51,239).

#8933ef hex color red value is 137, green value is 51 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8933ef hue: 0.74 , saturation: 0.85 and the lightness value of 8933ef is 0.57.

The process color (four color CMYK) of #8933ef color hex is 0.43, 0.79, 0.00, 0.06. Web safe color of #8933ef is #9933ff. Color #8933ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110011 11101111
Octal 211 63 357
Decimal 137 51 239
Hex 89 33 EF

RGB Percentages of Color #8933ef

%32.08
%11.94
%55.97

CMYK Percentages of Color #8933ef

%43
%79
%0
%6

Triadic Colors of #8933ef

#8933ef #ef8933 #33ef89

Analogous Colors of #8933ef

#8933ef #e733ef #333bef

Monochromatic Colors of #8933ef

#8933ef

Complementary Color

#8933ef #99ef33

#8933ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8933ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8933ef Color CSS Codes

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

#8933ef Text Font Color

<p style="color:#8933ef">Text here</p>

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


#8933ef Background Color

<div style="background-color:#8933ef">
Div content here</div>

This div background color is #8933ef


#8933ef Border Color

<div style="border:3px solid #8933ef">
Div here</div>

This div border color is #8933ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,51,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8933ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8933ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8933ef;
  box-shadow:         1px 1px 3px 2px #8933ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8933ef


Comments

No comments written yet.

Please login to write comment.