Color Hex Logo

#990ecf Color Hex

#990ECF
(153,14,207)
0 Favorites   0 Comments

Color spaces of #990ecf

RGB 15314207
HSL0.790.870.43
HSV283°93°81°
CMYK 0.260.930.00   0.19
XYZ24.556411.591459.9746
Yxy11.59140.25550.1206
Hunter Lab34.046169.1656-80.6111
CIE-Lab40.559274.6634-66.4295

#990ecf color RGB value is (153,14,207).

#990ecf hex color red value is 153, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #990ecf hue: 0.79 , saturation: 0.87 and the lightness value of 990ecf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001110 11001111
Octal 231 16 317
Decimal 153 14 207
Hex 99 E CF

RGB Percentages of Color #990ecf

%40.91
%3.74
%55.35

CMYK Percentages of Color #990ecf

%26
%93
%0
%19

Triadic Colors of #990ecf

#990ecf #cf990e #0ecf99

Analogous Colors of #990ecf

#990ecf #cf0ea5 #390ecf

Monochromatic Colors of #990ecf

#990ecf

Complementary Color

#990ecf #44cf0e

#990ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#990ecf Color CSS Codes

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

#990ecf Text Font Color

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

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


#990ecf Background Color

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

This div background color is #990ecf


#990ecf Border Color

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

This div border color is #990ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990ecf


Comments

No comments written yet.

Please login to write comment.