Color Hex Logo

#990dfc Color Hex

#990DFC
(153,13,252)
0 Favorites   0 Comments

Color spaces of #990dfc

RGB 15313252
HSL0.760.980.52
HSV275°95°99°
CMYK 0.390.950.00   0.01
XYZ30.851514.088493.1887
Yxy14.08840.22340.1020
Hunter Lab37.534581.0327-120.9279
CIE-Lab44.359483.4533-85.8201

#990dfc color RGB value is (153,13,252).

#990dfc hex color red value is 153, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #990dfc hue: 0.76 , saturation: 0.98 and the lightness value of 990dfc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001101 11111100
Octal 231 15 374
Decimal 153 13 252
Hex 99 D FC

RGB Percentages of Color #990dfc

%36.60
%3.11
%60.29

CMYK Percentages of Color #990dfc

%39
%95
%0
%1

Triadic Colors of #990dfc

#990dfc #fc990d #0dfc99

Analogous Colors of #990dfc

#990dfc #fc0de8 #220dfc

Monochromatic Colors of #990dfc

#990dfc

Complementary Color

#990dfc #70fc0d

#990dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#990dfc Color CSS Codes

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

#990dfc Text Font Color

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

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


#990dfc Background Color

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

This div background color is #990dfc


#990dfc Border Color

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

This div border color is #990dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990dfc


Comments

No comments written yet.

Please login to write comment.