Color Hex Logo

#990dec Color Hex

#990DEC
(153,13,236)
0 Favorites   0 Comments

Color spaces of #990dec

RGB 15313236
HSL0.770.900.49
HSV278°94°93°
CMYK 0.350.940.00   0.07
XYZ28.421113.116380.3906
Yxy13.11630.23310.1076
Hunter Lab36.216476.7004-106.2561
CIE-Lab42.938080.3092-79.1467

#990dec color RGB value is (153,13,236).

#990dec hex color red value is 153, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #990dec hue: 0.77 , saturation: 0.90 and the lightness value of 990dec is 0.49.

The process color (four color CMYK) of #990dec color hex is 0.35, 0.94, 0.00, 0.07. Web safe color of #990dec is #9900ff. Color #990dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001101 11101100
Octal 231 15 354
Decimal 153 13 236
Hex 99 D EC

RGB Percentages of Color #990dec

%38.06
%3.23
%58.71

CMYK Percentages of Color #990dec

%35
%94
%0
%7

Triadic Colors of #990dec

#990dec #ec990d #0dec99

Analogous Colors of #990dec

#990dec #ec0dd0 #2a0dec

Monochromatic Colors of #990dec

#990dec

Complementary Color

#990dec #60ec0d

#990dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#990dec Color CSS Codes

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

#990dec Text Font Color

<p style="color:#990dec">Text here</p>

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


#990dec Background Color

<div style="background-color:#990dec">
Div content here</div>

This div background color is #990dec


#990dec Border Color

<div style="border:3px solid #990dec">
Div here</div>

This div border color is #990dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,13,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #990dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #990dec;
  -webkit-box-shadow: 1px 1px 3px 2px #990dec;
  box-shadow:         1px 1px 3px 2px #990dec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990dec


Comments

No comments written yet.

Please login to write comment.