Color Hex Logo

#992caf Color Hex

#992CAF
(153,44,175)
0 Favorites   0 Comments

Color spaces of #992caf

RGB 15344175
HSL0.810.600.43
HSV290°75°69°
CMYK 0.130.750.00   0.31
XYZ21.775411.668841.6621
Yxy11.66880.28990.1554
Hunter Lab34.159654.0073-48.4001
CIE-Lab40.684861.6157-47.4644

#992caf color RGB value is (153,44,175).

#992caf hex color red value is 153, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #992caf hue: 0.81 , saturation: 0.60 and the lightness value of 992caf is 0.43.

The process color (four color CMYK) of #992caf color hex is 0.13, 0.75, 0.00, 0.31. Web safe color of #992caf is #993399. Color #992caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101100 10101111
Octal 231 54 257
Decimal 153 44 175
Hex 99 2C AF

RGB Percentages of Color #992caf

%41.13
%11.83
%47.04

CMYK Percentages of Color #992caf

%13
%75
%0
%31

Triadic Colors of #992caf

#992caf #af992c #2caf99

Analogous Colors of #992caf

#992caf #af2c84 #572caf

Monochromatic Colors of #992caf

#992caf

Complementary Color

#992caf #42af2c

#992caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#992caf Color CSS Codes

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

#992caf Text Font Color

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

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


#992caf Background Color

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

This div background color is #992caf


#992caf Border Color

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

This div border color is #992caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992caf


Comments

No comments written yet.

Please login to write comment.