Color Hex Logo

#95277a Color Hex

#95277A
(149,39,122)
0 Favorites   0 Comments

Color spaces of #95277a

RGB 14939122
HSL0.870.590.37
HSV315°74°58°
CMYK 0.000.740.18   0.42
XYZ16.63289.245719.3203
Yxy9.24570.36800.2046
Hunter Lab30.406744.4295-16.3879
CIE-Lab36.453153.5789-21.9502

#95277a color RGB value is (149,39,122).

#95277a hex color red value is 149, green value is 39 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #95277a hue: 0.87 , saturation: 0.59 and the lightness value of 95277a is 0.37.

The process color (four color CMYK) of #95277a color hex is 0.00, 0.74, 0.18, 0.42. Web safe color of #95277a is #993366. Color #95277a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100111 01111010
Octal 225 47 172
Decimal 149 39 122
Hex 95 27 7A

RGB Percentages of Color #95277a

%48.06
%12.58
%39.35

CMYK Percentages of Color #95277a

%0
%74
%18
%42

Triadic Colors of #95277a

#95277a #7a9527 #277a95

Analogous Colors of #95277a

#95277a #952743 #792795

Monochromatic Colors of #95277a

#95277a

Complementary Color

#95277a #279542

#95277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95277a Color CSS Codes

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

#95277a Text Font Color

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

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


#95277a Background Color

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

This div background color is #95277a


#95277a Border Color

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

This div border color is #95277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95277a


Comments

No comments written yet.

Please login to write comment.