Color Hex Logo

#95026e Color Hex

#95026E
(149,2,110)
0 Favorites   0 Comments

Color spaces of #95026e

RGB 1492110
HSL0.880.970.30
HSV316°99°58°
CMYK 0.000.990.26   0.42
XYZ15.23067.558815.4081
Yxy7.55880.39870.1979
Hunter Lab27.493350.7714-13.9827
CIE-Lab33.046660.1712-19.6590

#95026e color RGB value is (149,2,110).

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

The process color (four color CMYK) of #95026e color hex is 0.00, 0.99, 0.26, 0.42. Web safe color of #95026e is #990066. Color #95026e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000010 01101110
Octal 225 2 156
Decimal 149 2 110
Hex 95 2 6E

RGB Percentages of Color #95026e

%57.09
%0.77
%42.15

CMYK Percentages of Color #95026e

%0
%99
%26
%42

Triadic Colors of #95026e

#95026e #6e9502 #026e95

Analogous Colors of #95026e

#95026e #950224 #730295

Monochromatic Colors of #95026e

#95026e

Complementary Color

#95026e #029529

#95026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95026e Color CSS Codes

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

#95026e Text Font Color

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

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


#95026e Background Color

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

This div background color is #95026e


#95026e Border Color

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

This div border color is #95026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95026e


Comments

No comments written yet.

Please login to write comment.