Color Hex Logo

#990ece Color Hex

#990ECE
(153,14,206)
0 Favorites   0 Comments

Color spaces of #990ece

RGB 15314206
HSL0.790.870.43
HSV283°93°81°
CMYK 0.260.930.00   0.19
XYZ24.434511.542659.3326
Yxy11.54260.25640.1211
Hunter Lab33.974468.9226-79.7615
CIE-Lab40.479774.4782-65.9794

#990ece color RGB value is (153,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001110 11001110
Octal 231 16 316
Decimal 153 14 206
Hex 99 E CE

RGB Percentages of Color #990ece

%41.02
%3.75
%55.23

CMYK Percentages of Color #990ece

%26
%93
%0
%19

Triadic Colors of #990ece

#990ece #ce990e #0ece99

Analogous Colors of #990ece

#990ece #ce0ea3 #390ece

Monochromatic Colors of #990ece

#990ece

Complementary Color

#990ece #43ce0e

#990ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#990ece Color CSS Codes

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

#990ece Text Font Color

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

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


#990ece Background Color

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

This div background color is #990ece


#990ece Border Color

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

This div border color is #990ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990ece


Comments

No comments written yet.

Please login to write comment.