Color Hex Logo

#95025a Color Hex

#95025A
(149,2,90)
0 Favorites   0 Comments

Color spaces of #95025a

RGB 149290
HSL0.900.970.30
HSV324°99°58°
CMYK 0.000.990.40   0.42
XYZ14.26167.171210.3054
Yxy7.17120.44940.2259
Hunter Lab26.779148.1994-4.0712
CIE-Lab32.193557.9622-8.0525

#95025a color RGB value is (149,2,90).

#95025a hex color red value is 149, green value is 2 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #95025a hue: 0.90 , saturation: 0.97 and the lightness value of 95025a is 0.30.

The process color (four color CMYK) of #95025a color hex is 0.00, 0.99, 0.40, 0.42. Web safe color of #95025a is #990066. Color #95025a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000010 01011010
Octal 225 2 132
Decimal 149 2 90
Hex 95 2 5A

RGB Percentages of Color #95025a

%61.83
%0.83
%37.34

CMYK Percentages of Color #95025a

%0
%99
%40
%42

Triadic Colors of #95025a

#95025a #5a9502 #025a95

Analogous Colors of #95025a

#95025a #950210 #870295

Monochromatic Colors of #95025a

#95025a

Complementary Color

#95025a #02953d

#95025a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95025a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95025a Color CSS Codes

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

#95025a Text Font Color

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

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


#95025a Background Color

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

This div background color is #95025a


#95025a Border Color

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

This div border color is #95025a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95025a


Comments

No comments written yet.

Please login to write comment.