Color Hex Logo

#992af0 Color Hex

#992AF0
(153,42,240)
0 Favorites   0 Comments

Color spaces of #992af0

RGB 15342240
HSL0.760.870.55
HSV274°83°94°
CMYK 0.360.830.00   0.06
XYZ29.693014.719583.7142
Yxy14.71950.23170.1149
Hunter Lab38.366071.0079-102.5139
CIE-Lab45.247675.2690-77.6222

#992af0 color RGB value is (153,42,240).

#992af0 hex color red value is 153, green value is 42 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #992af0 hue: 0.76 , saturation: 0.87 and the lightness value of 992af0 is 0.55.

The process color (four color CMYK) of #992af0 color hex is 0.36, 0.83, 0.00, 0.06. Web safe color of #992af0 is #9933ff. Color #992af0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101010 11110000
Octal 231 52 360
Decimal 153 42 240
Hex 99 2A F0

RGB Percentages of Color #992af0

%35.17
%9.66
%55.17

CMYK Percentages of Color #992af0

%36
%83
%0
%6

Triadic Colors of #992af0

#992af0 #f0992a #2af099

Analogous Colors of #992af0

#992af0 #f02ae4 #362af0

Monochromatic Colors of #992af0

#992af0

Complementary Color

#992af0 #81f02a

#992af0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992af0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992af0 Color CSS Codes

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

#992af0 Text Font Color

<p style="color:#992af0">Text here</p>

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


#992af0 Background Color

<div style="background-color:#992af0">
Div content here</div>

This div background color is #992af0


#992af0 Border Color

<div style="border:3px solid #992af0">
Div here</div>

This div border color is #992af0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,42,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #992af0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #992af0;
  -webkit-box-shadow: 1px 1px 3px 2px #992af0;
  box-shadow:         1px 1px 3px 2px #992af0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992af0


Comments

No comments written yet.

Please login to write comment.