Color Hex Logo

#95238e Color Hex

#95238E
(149,35,142)
0 Favorites   0 Comments

Color spaces of #95238e

RGB 14935142
HSL0.840.620.36
HSV304°77°58°
CMYK 0.000.770.05   0.42
XYZ17.87799.544626.4912
Yxy9.54460.33160.1770
Hunter Lab30.894349.2291-29.2138
CIE-Lab37.012457.9795-33.4557

#95238e color RGB value is (149,35,142).

#95238e hex color red value is 149, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #95238e hue: 0.84 , saturation: 0.62 and the lightness value of 95238e is 0.36.

The process color (four color CMYK) of #95238e color hex is 0.00, 0.77, 0.05, 0.42. Web safe color of #95238e is #993399. Color #95238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100011 10001110
Octal 225 43 216
Decimal 149 35 142
Hex 95 23 8E

RGB Percentages of Color #95238e

%45.71
%10.74
%43.56

CMYK Percentages of Color #95238e

%0
%77
%5
%42

Triadic Colors of #95238e

#95238e #8e9523 #238e95

Analogous Colors of #95238e

#95238e #952355 #632395

Monochromatic Colors of #95238e

#95238e

Complementary Color

#95238e #23952a

#95238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95238e Color CSS Codes

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

#95238e Text Font Color

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

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


#95238e Background Color

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

This div background color is #95238e


#95238e Border Color

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

This div border color is #95238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95238e


Comments

No comments written yet.

Please login to write comment.