Color Hex Logo

#993de8 Color Hex

#993DE8
(153,61,232)
0 Favorites   0 Comments

Color spaces of #993de8

RGB 15361232
HSL0.760.790.57
HSV272°74°91°
CMYK 0.340.740.00   0.09
XYZ29.371115.936077.8719
Yxy15.93600.23840.1294
Hunter Lab39.919961.4716-87.7132
CIE-Lab46.890466.9574-70.4243

#993de8 color RGB value is (153,61,232).

#993de8 hex color red value is 153, green value is 61 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #993de8 hue: 0.76 , saturation: 0.79 and the lightness value of 993de8 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 11101000
Octal 231 75 350
Decimal 153 61 232
Hex 99 3D E8

RGB Percentages of Color #993de8

%34.30
%13.68
%52.02

CMYK Percentages of Color #993de8

%34
%74
%0
%9

Triadic Colors of #993de8

#993de8 #e8993d #3de899

Analogous Colors of #993de8

#993de8 #e83de2 #443de8

Monochromatic Colors of #993de8

#993de8

Complementary Color

#993de8 #8ce83d

#993de8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993de8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993de8 Color CSS Codes

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

#993de8 Text Font Color

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

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


#993de8 Background Color

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

This div background color is #993de8


#993de8 Border Color

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

This div border color is #993de8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993de8


Comments

No comments written yet.

Please login to write comment.