Color Hex Logo

#95257a Color Hex

#95257A
(149,37,122)
0 Favorites   0 Comments

Color spaces of #95257a

RGB 14937122
HSL0.870.600.36
HSV314°75°58°
CMYK 0.000.750.18   0.42
XYZ16.56889.117819.2990
Yxy9.11780.36830.2027
Hunter Lab30.195745.1030-16.7571
CIE-Lab36.210154.2671-22.3279

#95257a color RGB value is (149,37,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100101 01111010
Octal 225 45 172
Decimal 149 37 122
Hex 95 25 7A

RGB Percentages of Color #95257a

%48.38
%12.01
%39.61

CMYK Percentages of Color #95257a

%0
%75
%18
%42

Triadic Colors of #95257a

#95257a #7a9525 #257a95

Analogous Colors of #95257a

#95257a #952542 #782595

Monochromatic Colors of #95257a

#95257a

Complementary Color

#95257a #259540

#95257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95257a Color CSS Codes

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

#95257a Text Font Color

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

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


#95257a Background Color

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

This div background color is #95257a


#95257a Border Color

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

This div border color is #95257a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,37,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 #95257a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95257a


Comments

No comments written yet.

Please login to write comment.