Color Hex Logo

#99015e Color Hex

#99015E
(153,1,94)
0 Favorites   0 Comments

Color spaces of #99015e

RGB 153194
HSL0.900.990.30
HSV323°99°60°
CMYK 0.000.990.39   0.40
XYZ15.16817.602211.2576
Yxy7.60220.44580.2234
Hunter Lab27.572149.9462-4.9075
CIE-Lab33.140359.3954-9.1450

#99015e color RGB value is (153,1,94).

#99015e hex color red value is 153, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #99015e hue: 0.90 , saturation: 0.99 and the lightness value of 99015e is 0.30.

The process color (four color CMYK) of #99015e color hex is 0.00, 0.99, 0.39, 0.40. Web safe color of #99015e is #990066. Color #99015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000001 01011110
Octal 231 1 136
Decimal 153 1 94
Hex 99 1 5E

RGB Percentages of Color #99015e

%61.69
%0.40
%37.90

CMYK Percentages of Color #99015e

%0
%99
%39
%40

Triadic Colors of #99015e

#99015e #5e9901 #015e99

Analogous Colors of #99015e

#99015e #990112 #880199

Monochromatic Colors of #99015e

#99015e

Complementary Color

#99015e #01993c

#99015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99015e Color CSS Codes

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

#99015e Text Font Color

<p style="color:#99015e">Text here</p>

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


#99015e Background Color

<div style="background-color:#99015e">
Div content here</div>

This div background color is #99015e


#99015e Border Color

<div style="border:3px solid #99015e">
Div here</div>

This div border color is #99015e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,1,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99015e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99015e;
  -webkit-box-shadow: 1px 1px 3px 2px #99015e;
  box-shadow:         1px 1px 3px 2px #99015e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99015e


Comments

No comments written yet.

Please login to write comment.