Color Hex Logo

#991ffd Color Hex

#991FFD
(153,31,253)
0 Favorites   0 Comments

Color spaces of #991ffd

RGB 15331253
HSL0.760.980.56
HSV273°88°99°
CMYK 0.400.880.00   0.01
XYZ31.356514.844194.1410
Yxy14.84410.22340.1058
Hunter Lab38.528077.8503-117.9020
CIE-Lab45.419980.7470-84.6363

#991ffd color RGB value is (153,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011111 11111101
Octal 231 37 375
Decimal 153 31 253
Hex 99 1F FD

RGB Percentages of Color #991ffd

%35.01
%7.09
%57.89

CMYK Percentages of Color #991ffd

%40
%88
%0
%1

Triadic Colors of #991ffd

#991ffd #fd991f #1ffd99

Analogous Colors of #991ffd

#991ffd #fd1ff2 #2a1ffd

Monochromatic Colors of #991ffd

#991ffd

Complementary Color

#991ffd #83fd1f

#991ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#991ffd Color CSS Codes

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

#991ffd Text Font Color

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

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


#991ffd Background Color

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

This div background color is #991ffd


#991ffd Border Color

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

This div border color is #991ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991ffd


Comments

No comments written yet.

Please login to write comment.