Color Hex Logo

#992ffd Color Hex

#992FFD
(153,47,253)
0 Favorites   0 Comments

Color spaces of #992ffd

RGB 15347253
HSL0.750.980.59
HSV271°81°99°
CMYK 0.400.810.00   0.01
XYZ31.883015.897294.3165
Yxy15.89720.22440.1119
Hunter Lab39.871372.9624-112.3420
CIE-Lab46.839376.5518-82.3074

#992ffd color RGB value is (153,47,253).

#992ffd hex color red value is 153, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #992ffd hue: 0.75 , saturation: 0.98 and the lightness value of 992ffd is 0.59.

The process color (four color CMYK) of #992ffd color hex is 0.40, 0.81, 0.00, 0.01. Web safe color of #992ffd is #9933ff. Color #992ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101111 11111101
Octal 231 57 375
Decimal 153 47 253
Hex 99 2F FD

RGB Percentages of Color #992ffd

%33.77
%10.38
%55.85

CMYK Percentages of Color #992ffd

%40
%81
%0
%1

Triadic Colors of #992ffd

#992ffd #fd992f #2ffd99

Analogous Colors of #992ffd

#992ffd #fd2ffa #322ffd

Monochromatic Colors of #992ffd

#992ffd

Complementary Color

#992ffd #93fd2f

#992ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#992ffd Color CSS Codes

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

#992ffd Text Font Color

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

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


#992ffd Background Color

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

This div background color is #992ffd


#992ffd Border Color

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

This div border color is #992ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992ffd


Comments

No comments written yet.

Please login to write comment.