Color Hex Logo

#95389a Color Hex

#95389A
(149,56,154)
0 Favorites   0 Comments

Color spaces of #95389a

RGB 14956154
HSL0.820.470.41
HSV297°64°60°
CMYK 0.030.640.00   0.40
XYZ19.641311.551031.7662
Yxy11.55100.31200.1835
Hunter Lab33.986843.6802-31.6255
CIE-Lab40.493452.1004-35.2448

#95389a color RGB value is (149,56,154).

#95389a hex color red value is 149, green value is 56 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #95389a hue: 0.82 , saturation: 0.47 and the lightness value of 95389a is 0.41.

The process color (four color CMYK) of #95389a color hex is 0.03, 0.64, 0.00, 0.40. Web safe color of #95389a is #993399. Color #95389a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 10011010
Octal 225 70 232
Decimal 149 56 154
Hex 95 38 9A

RGB Percentages of Color #95389a

%41.50
%15.60
%42.90

CMYK Percentages of Color #95389a

%3
%64
%0
%40

Triadic Colors of #95389a

#95389a #9a9538 #389a95

Analogous Colors of #95389a

#95389a #9a386e #64389a

Monochromatic Colors of #95389a

#95389a

Complementary Color

#95389a #3d9a38

#95389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95389a Color CSS Codes

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

#95389a Text Font Color

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

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


#95389a Background Color

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

This div background color is #95389a


#95389a Border Color

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

This div border color is #95389a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95389a


Comments

No comments written yet.

Please login to write comment.