Color Hex Logo

#990dba Color Hex

#990DBA
(153,13,186)
0 Favorites   0 Comments

Color spaces of #990dba

RGB 15313186
HSL0.800.870.39
HSV289°93°73°
CMYK 0.180.930.00   0.27
XYZ22.143710.605347.3343
Yxy10.60530.27650.1324
Hunter Lab32.565864.3842-63.3819
CIE-Lab38.907670.9914-56.8397

#990dba color RGB value is (153,13,186).

#990dba hex color red value is 153, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #990dba hue: 0.80 , saturation: 0.87 and the lightness value of 990dba is 0.39.

The process color (four color CMYK) of #990dba color hex is 0.18, 0.93, 0.00, 0.27. Web safe color of #990dba is #9900cc. Color #990dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001101 10111010
Octal 231 15 272
Decimal 153 13 186
Hex 99 D BA

RGB Percentages of Color #990dba

%43.47
%3.69
%52.84

CMYK Percentages of Color #990dba

%18
%93
%0
%27

Triadic Colors of #990dba

#990dba #ba990d #0dba99

Analogous Colors of #990dba

#990dba #ba0d85 #430dba

Monochromatic Colors of #990dba

#990dba

Complementary Color

#990dba #2eba0d

#990dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#990dba Color CSS Codes

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

#990dba Text Font Color

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

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


#990dba Background Color

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

This div background color is #990dba


#990dba Border Color

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

This div border color is #990dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990dba


Comments

No comments written yet.

Please login to write comment.