Color Hex Logo

#990fce Color Hex

#990FCE
(153,15,206)
0 Favorites   0 Comments

Color spaces of #990fce

RGB 15315206
HSL0.790.860.43
HSV283°93°81°
CMYK 0.260.930.00   0.19
XYZ24.448311.570259.3372
Yxy11.57020.25640.1213
Hunter Lab34.015068.7707-79.6175
CIE-Lab40.524774.3441-65.9061

#990fce color RGB value is (153,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001111 11001110
Octal 231 17 316
Decimal 153 15 206
Hex 99 F CE

RGB Percentages of Color #990fce

%40.91
%4.01
%55.08

CMYK Percentages of Color #990fce

%26
%93
%0
%19

Triadic Colors of #990fce

#990fce #ce990f #0fce99

Analogous Colors of #990fce

#990fce #ce0fa4 #3a0fce

Monochromatic Colors of #990fce

#990fce

Complementary Color

#990fce #44ce0f

#990fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#990fce Color CSS Codes

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

#990fce Text Font Color

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

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


#990fce Background Color

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

This div background color is #990fce


#990fce Border Color

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

This div border color is #990fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,15,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 #990fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990fce


Comments

No comments written yet.

Please login to write comment.