Color Hex Logo

#993eed Color Hex

#993EED
(153,62,237)
0 Favorites   0 Comments

Color spaces of #993eed

RGB 15362237
HSL0.750.830.59
HSV271°74°93°
CMYK 0.350.740.00   0.07
XYZ30.145616.332081.6843
Yxy16.33200.23520.1274
Hunter Lab40.412962.4279-91.5506
CIE-Lab47.407167.6759-72.4059

#993eed color RGB value is (153,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111110 11101101
Octal 231 76 355
Decimal 153 62 237
Hex 99 3E ED

RGB Percentages of Color #993eed

%33.85
%13.72
%52.43

CMYK Percentages of Color #993eed

%35
%74
%0
%7

Triadic Colors of #993eed

#993eed #ed993e #3eed99

Analogous Colors of #993eed

#993eed #ed3eea #413eed

Monochromatic Colors of #993eed

#993eed

Complementary Color

#993eed #92ed3e

#993eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#993eed Color CSS Codes

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

#993eed Text Font Color

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

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


#993eed Background Color

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

This div background color is #993eed


#993eed Border Color

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

This div border color is #993eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993eed


Comments

No comments written yet.

Please login to write comment.