Color Hex Logo

#99255f Color Hex

#99255F
(153,37,95)
0 Favorites   0 Comments

Color spaces of #99255f

RGB 1533795
HSL0.920.610.37
HSV330°76°60°
CMYK 0.000.760.38   0.40
XYZ15.86408.921711.7124
Yxy8.92170.43470.2444
Hunter Lab29.869242.5330-2.3405
CIE-Lab35.833151.8742-5.7497

#99255f color RGB value is (153,37,95).

#99255f hex color red value is 153, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #99255f hue: 0.92 , saturation: 0.61 and the lightness value of 99255f is 0.37.

The process color (four color CMYK) of #99255f color hex is 0.00, 0.76, 0.38, 0.40. Web safe color of #99255f is #993366. Color #99255f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100101 01011111
Octal 231 45 137
Decimal 153 37 95
Hex 99 25 5F

RGB Percentages of Color #99255f

%53.68
%12.98
%33.33

CMYK Percentages of Color #99255f

%0
%76
%38
%40

Triadic Colors of #99255f

#99255f #5f9925 #255f99

Analogous Colors of #99255f

#99255f #992525 #992599

Monochromatic Colors of #99255f

#99255f

Complementary Color

#99255f #25995f

#99255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99255f Color CSS Codes

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

#99255f Text Font Color

<p style="color:#99255f">Text here</p>

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


#99255f Background Color

<div style="background-color:#99255f">
Div content here</div>

This div background color is #99255f


#99255f Border Color

<div style="border:3px solid #99255f">
Div here</div>

This div border color is #99255f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,37,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99255f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99255f;
  -webkit-box-shadow: 1px 1px 3px 2px #99255f;
  box-shadow:         1px 1px 3px 2px #99255f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99255f


Comments

No comments written yet.

Please login to write comment.