Color Hex Logo

#993bcd Color Hex

#993BCD
(153,59,205)
0 Favorites   0 Comments

Color spaces of #993bcd

RGB 15359205
HSL0.770.590.52
HSV279°71°80°
CMYK 0.250.710.00   0.20
XYZ25.720314.308059.1637
Yxy14.30800.25930.1442
Hunter Lab37.825955.1784-66.2576
CIE-Lab44.671461.8920-58.5972

#993bcd color RGB value is (153,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 11001101
Octal 231 73 315
Decimal 153 59 205
Hex 99 3B CD

RGB Percentages of Color #993bcd

%36.69
%14.15
%49.16

CMYK Percentages of Color #993bcd

%25
%71
%0
%20

Triadic Colors of #993bcd

#993bcd #cd993b #3bcd99

Analogous Colors of #993bcd

#993bcd #cd3bb8 #503bcd

Monochromatic Colors of #993bcd

#993bcd

Complementary Color

#993bcd #6fcd3b

#993bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bcd Color CSS Codes

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

#993bcd Text Font Color

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

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


#993bcd Background Color

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

This div background color is #993bcd


#993bcd Border Color

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

This div border color is #993bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bcd


Comments

No comments written yet.

Please login to write comment.