Color Hex Logo

#95288a Color Hex

#95288A
(149,40,138)
0 Favorites   0 Comments

Color spaces of #95288a

RGB 14940138
HSL0.850.580.37
HSV306°73°58°
CMYK 0.000.730.07   0.42
XYZ17.74079.742124.9901
Yxy9.74210.33810.1857
Hunter Lab31.212346.8356-25.6218
CIE-Lab37.375555.6795-30.4253

#95288a color RGB value is (149,40,138).

#95288a hex color red value is 149, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #95288a hue: 0.85 , saturation: 0.58 and the lightness value of 95288a is 0.37.

The process color (four color CMYK) of #95288a color hex is 0.00, 0.73, 0.07, 0.42. Web safe color of #95288a is #993399. Color #95288a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101000 10001010
Octal 225 50 212
Decimal 149 40 138
Hex 95 28 8A

RGB Percentages of Color #95288a

%45.57
%12.23
%42.20

CMYK Percentages of Color #95288a

%0
%73
%7
%42

Triadic Colors of #95288a

#95288a #8a9528 #288a95

Analogous Colors of #95288a

#95288a #952853 #6a2895

Monochromatic Colors of #95288a

#95288a

Complementary Color

#95288a #289533

#95288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95288a Color CSS Codes

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

#95288a Text Font Color

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

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


#95288a Background Color

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

This div background color is #95288a


#95288a Border Color

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

This div border color is #95288a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,40,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95288a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95288a;
  -webkit-box-shadow: 1px 1px 3px 2px #95288a;
  box-shadow:         1px 1px 3px 2px #95288a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,40,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95288a


Comments

No comments written yet.

Please login to write comment.