Color Hex Logo

#991ebf Color Hex

#991EBF
(153,30,191)
0 Favorites   0 Comments

Color spaces of #991ebf

RGB 15330191
HSL0.790.730.43
HSV286°84°75°
CMYK 0.200.840.00   0.25
XYZ23.005111.462450.2902
Yxy11.46240.27140.1352
Hunter Lab33.856262.0416-64.3705
CIE-Lab40.348668.7189-57.4454

#991ebf color RGB value is (153,30,191).

#991ebf hex color red value is 153, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #991ebf hue: 0.79 , saturation: 0.73 and the lightness value of 991ebf is 0.43.

The process color (four color CMYK) of #991ebf color hex is 0.20, 0.84, 0.00, 0.25. Web safe color of #991ebf is #9933cc. Color #991ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011110 10111111
Octal 231 36 277
Decimal 153 30 191
Hex 99 1E BF

RGB Percentages of Color #991ebf

%40.91
%8.02
%51.07

CMYK Percentages of Color #991ebf

%20
%84
%0
%25

Triadic Colors of #991ebf

#991ebf #bf991e #1ebf99

Analogous Colors of #991ebf

#991ebf #bf1e95 #491ebf

Monochromatic Colors of #991ebf

#991ebf

Complementary Color

#991ebf #44bf1e

#991ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#991ebf Color CSS Codes

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

#991ebf Text Font Color

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

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


#991ebf Background Color

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

This div background color is #991ebf


#991ebf Border Color

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

This div border color is #991ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991ebf


Comments

No comments written yet.

Please login to write comment.