Color Hex Logo

#993eef Color Hex

#993EEF
(153,62,239)
0 Favorites   0 Comments

Color spaces of #993eef

RGB 15362239
HSL0.750.850.59
HSV271°74°94°
CMYK 0.360.740.00   0.06
XYZ30.439516.449583.2321
Yxy16.44950.23390.1264
Hunter Lab40.558062.9910-93.2829
CIE-Lab47.558868.1266-73.2850

#993eef color RGB value is (153,62,239).

#993eef hex color red value is 153, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #993eef hue: 0.75 , saturation: 0.85 and the lightness value of 993eef is 0.59.

The process color (four color CMYK) of #993eef color hex is 0.36, 0.74, 0.00, 0.06. Web safe color of #993eef is #9933ff. Color #993eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111110 11101111
Octal 231 76 357
Decimal 153 62 239
Hex 99 3E EF

RGB Percentages of Color #993eef

%33.70
%13.66
%52.64

CMYK Percentages of Color #993eef

%36
%74
%0
%6

Triadic Colors of #993eef

#993eef #ef993e #3eef99

Analogous Colors of #993eef

#993eef #ef3eed #413eef

Monochromatic Colors of #993eef

#993eef

Complementary Color

#993eef #94ef3e

#993eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#993eef Color CSS Codes

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

#993eef Text Font Color

<p style="color:#993eef">Text here</p>

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


#993eef Background Color

<div style="background-color:#993eef">
Div content here</div>

This div background color is #993eef


#993eef Border Color

<div style="border:3px solid #993eef">
Div here</div>

This div border color is #993eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,62,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993eef;
  -webkit-box-shadow: 1px 1px 3px 2px #993eef;
  box-shadow:         1px 1px 3px 2px #993eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,62,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 #993eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993eef


Comments

No comments written yet.

Please login to write comment.