Color Hex Logo

#993dcc Color Hex

#993DCC
(153,61,204)
0 Favorites   0 Comments

Color spaces of #993dcc

RGB 15361204
HSL0.770.580.52
HSV279°70°80°
CMYK 0.250.700.00   0.20
XYZ25.704714.469458.5648
Yxy14.46940.26030.1465
Hunter Lab38.038754.0541-64.6566
CIE-Lab44.898760.8470-57.6528

#993dcc color RGB value is (153,61,204).

#993dcc hex color red value is 153, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #993dcc hue: 0.77 , saturation: 0.58 and the lightness value of 993dcc is 0.52.

The process color (four color CMYK) of #993dcc color hex is 0.25, 0.70, 0.00, 0.20. Web safe color of #993dcc is #9933cc. Color #993dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 11001100
Octal 231 75 314
Decimal 153 61 204
Hex 99 3D CC

RGB Percentages of Color #993dcc

%36.60
%14.59
%48.80

CMYK Percentages of Color #993dcc

%25
%70
%0
%20

Triadic Colors of #993dcc

#993dcc #cc993d #3dcc99

Analogous Colors of #993dcc

#993dcc #cc3db8 #513dcc

Monochromatic Colors of #993dcc

#993dcc

Complementary Color

#993dcc #70cc3d

#993dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dcc Color CSS Codes

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

#993dcc Text Font Color

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

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


#993dcc Background Color

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

This div background color is #993dcc


#993dcc Border Color

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

This div border color is #993dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dcc


Comments

No comments written yet.

Please login to write comment.