Color Hex Logo

#993cef Color Hex

#993CEF
(153,60,239)
0 Favorites   0 Comments

Color spaces of #993cef

RGB 15360239
HSL0.750.850.59
HSV271°75°94°
CMYK 0.360.750.00   0.06
XYZ30.332716.236083.1965
Yxy16.23600.23380.1251
Hunter Lab40.293963.8579-94.2127
CIE-Lab47.282668.9165-73.7351

#993cef color RGB value is (153,60,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111100 11101111
Octal 231 74 357
Decimal 153 60 239
Hex 99 3C EF

RGB Percentages of Color #993cef

%33.85
%13.27
%52.88

CMYK Percentages of Color #993cef

%36
%75
%0
%6

Triadic Colors of #993cef

#993cef #ef993c #3cef99

Analogous Colors of #993cef

#993cef #ef3cec #403cef

Monochromatic Colors of #993cef

#993cef

Complementary Color

#993cef #92ef3c

#993cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#993cef Color CSS Codes

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

#993cef Text Font Color

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

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


#993cef Background Color

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

This div background color is #993cef


#993cef Border Color

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

This div border color is #993cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993cef


Comments

No comments written yet.

Please login to write comment.