Color Hex Logo

#995288 Color Hex

#995288
(153,82,136)
0 Favorites   0 Comments

Color spaces of #995288

RGB 15382136
HSL0.870.300.46
HSV314°46°60°
CMYK 0.000.460.11   0.40
XYZ20.598114.584525.0220
Yxy14.58450.34210.2422
Hunter Lab38.189729.4444-12.1143
CIE-Lab45.059837.1419-17.2286

#995288 color RGB value is (153,82,136).

#995288 hex color red value is 153, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #995288 hue: 0.87 , saturation: 0.30 and the lightness value of 995288 is 0.46.

The process color (four color CMYK) of #995288 color hex is 0.00, 0.46, 0.11, 0.40. Web safe color of #995288 is #996699. Color #995288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 10001000
Octal 231 122 210
Decimal 153 82 136
Hex 99 52 88

RGB Percentages of Color #995288

%41.24
%22.10
%36.66

CMYK Percentages of Color #995288

%0
%46
%11
%40

Triadic Colors of #995288

#995288 #889952 #528899

Analogous Colors of #995288

#995288 #995265 #875299

Monochromatic Colors of #995288

#995288

Complementary Color

#995288 #529963

#995288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995288 Color CSS Codes

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

#995288 Text Font Color

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

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


#995288 Background Color

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

This div background color is #995288


#995288 Border Color

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

This div border color is #995288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995288


Comments

No comments written yet.

Please login to write comment.