Color Hex Logo

#990ded Color Hex

#990DED
(153,13,237)
0 Favorites   0 Comments

Color spaces of #990ded

RGB 15313237
HSL0.770.900.49
HSV278°95°93°
CMYK 0.350.950.00   0.07
XYZ28.566913.174681.1581
Yxy13.17460.23240.1072
Hunter Lab36.296876.9664-107.1620
CIE-Lab43.025280.5042-79.5698

#990ded color RGB value is (153,13,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001101 11101101
Octal 231 15 355
Decimal 153 13 237
Hex 99 D ED

RGB Percentages of Color #990ded

%37.97
%3.23
%58.81

CMYK Percentages of Color #990ded

%35
%95
%0
%7

Triadic Colors of #990ded

#990ded #ed990d #0ded99

Analogous Colors of #990ded

#990ded #ed0dd1 #290ded

Monochromatic Colors of #990ded

#990ded

Complementary Color

#990ded #61ed0d

#990ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#990ded Color CSS Codes

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

#990ded Text Font Color

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

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


#990ded Background Color

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

This div background color is #990ded


#990ded Border Color

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

This div border color is #990ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990ded


Comments

No comments written yet.

Please login to write comment.