Color Hex Logo

#993dee Color Hex

#993DEE
(153,61,238)
0 Favorites   0 Comments

Color spaces of #993dee

RGB 15361238
HSL0.750.840.59
HSV271°74°93°
CMYK 0.360.740.00   0.07
XYZ30.238216.282882.4381
Yxy16.28280.23450.1263
Hunter Lab40.352063.1451-92.8817
CIE-Lab47.343368.2994-73.0730

#993dee color RGB value is (153,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 11101110
Octal 231 75 356
Decimal 153 61 238
Hex 99 3D EE

RGB Percentages of Color #993dee

%33.85
%13.50
%52.65

CMYK Percentages of Color #993dee

%36
%74
%0
%7

Triadic Colors of #993dee

#993dee #ee993d #3dee99

Analogous Colors of #993dee

#993dee #ee3deb #403dee

Monochromatic Colors of #993dee

#993dee

Complementary Color

#993dee #92ee3d

#993dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dee Color CSS Codes

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

#993dee Text Font Color

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

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


#993dee Background Color

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

This div background color is #993dee


#993dee Border Color

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

This div border color is #993dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,61,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dee


Comments

No comments written yet.

Please login to write comment.