Color Hex Logo

#95458c Color Hex

#95458C
(149,69,140)
0 Favorites   0 Comments

Color spaces of #95458c

RGB 14969140
HSL0.850.370.43
HSV307°54°58°
CMYK 0.000.540.06   0.42
XYZ19.256212.539326.2163
Yxy12.53930.33190.2162
Hunter Lab35.410935.0981-19.1075
CIE-Lab42.060743.4000-24.3182

#95458c color RGB value is (149,69,140).

#95458c hex color red value is 149, green value is 69 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #95458c hue: 0.85 , saturation: 0.37 and the lightness value of 95458c is 0.43.

The process color (four color CMYK) of #95458c color hex is 0.00, 0.54, 0.06, 0.42. Web safe color of #95458c is #993399. Color #95458c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000101 10001100
Octal 225 105 214
Decimal 149 69 140
Hex 95 45 8C

RGB Percentages of Color #95458c

%41.62
%19.27
%39.11

CMYK Percentages of Color #95458c

%0
%54
%6
%42

Triadic Colors of #95458c

#95458c #8c9545 #458c95

Analogous Colors of #95458c

#95458c #954564 #764595

Monochromatic Colors of #95458c

#95458c

Complementary Color

#95458c #45954e

#95458c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95458c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95458c Color CSS Codes

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

#95458c Text Font Color

<p style="color:#95458c">Text here</p>

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


#95458c Background Color

<div style="background-color:#95458c">
Div content here</div>

This div background color is #95458c


#95458c Border Color

<div style="border:3px solid #95458c">
Div here</div>

This div border color is #95458c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,69,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95458c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95458c;
  -webkit-box-shadow: 1px 1px 3px 2px #95458c;
  box-shadow:         1px 1px 3px 2px #95458c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95458c


Comments

No comments written yet.

Please login to write comment.