Color Hex Logo

#993ecd Color Hex

#993ECD
(153,62,205)
0 Favorites   0 Comments

Color spaces of #993ecd

RGB 15362205
HSL0.770.590.52
HSV278°70°80°
CMYK 0.250.700.00   0.20
XYZ25.878914.625359.2166
Yxy14.62530.25950.1467
Hunter Lab38.243053.8649-65.0362
CIE-Lab45.116760.6364-57.8782

#993ecd color RGB value is (153,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111110 11001101
Octal 231 76 315
Decimal 153 62 205
Hex 99 3E CD

RGB Percentages of Color #993ecd

%36.43
%14.76
%48.81

CMYK Percentages of Color #993ecd

%25
%70
%0
%20

Triadic Colors of #993ecd

#993ecd #cd993e #3ecd99

Analogous Colors of #993ecd

#993ecd #cd3eba #523ecd

Monochromatic Colors of #993ecd

#993ecd

Complementary Color

#993ecd #72cd3e

#993ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#993ecd Color CSS Codes

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

#993ecd Text Font Color

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

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


#993ecd Background Color

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

This div background color is #993ecd


#993ecd Border Color

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

This div border color is #993ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993ecd


Comments

No comments written yet.

Please login to write comment.