Color Hex Logo

#990ceb Color Hex

#990CEB
(153,12,235)
0 Favorites   0 Comments

Color spaces of #990ceb

RGB 15312235
HSL0.770.900.48
HSV278°95°92°
CMYK 0.350.950.00   0.08
XYZ28.263713.033479.6233
Yxy13.03340.23370.1078
Hunter Lab36.101876.5675-105.4941
CIE-Lab42.813580.2272-78.7843

#990ceb color RGB value is (153,12,235).

#990ceb hex color red value is 153, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #990ceb hue: 0.77 , saturation: 0.90 and the lightness value of 990ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001100 11101011
Octal 231 14 353
Decimal 153 12 235
Hex 99 C EB

RGB Percentages of Color #990ceb

%38.25
%3.00
%58.75

CMYK Percentages of Color #990ceb

%35
%95
%0
%8

Triadic Colors of #990ceb

#990ceb #eb990c #0ceb99

Analogous Colors of #990ceb

#990ceb #eb0cce #2a0ceb

Monochromatic Colors of #990ceb

#990ceb

Complementary Color

#990ceb #5eeb0c

#990ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#990ceb Color CSS Codes

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

#990ceb Text Font Color

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

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


#990ceb Background Color

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

This div background color is #990ceb


#990ceb Border Color

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

This div border color is #990ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990ceb


Comments

No comments written yet.

Please login to write comment.