Color Hex Logo

#95638f Color Hex

#95638F
(149,99,143)
0 Favorites   0 Comments

Color spaces of #95638f

RGB 14999143
HSL0.850.200.49
HSV307°34°58°
CMYK 0.000.340.04   0.42
XYZ21.814217.296428.1754
Yxy17.29640.32420.2571
Hunter Lab41.588920.8460-11.0551
CIE-Lab48.631427.5450-16.0147

#95638f color RGB value is (149,99,143).

#95638f hex color red value is 149, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #95638f hue: 0.85 , saturation: 0.20 and the lightness value of 95638f is 0.49.

The process color (four color CMYK) of #95638f color hex is 0.00, 0.34, 0.04, 0.42. Web safe color of #95638f is #996699. Color #95638f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100011 10001111
Octal 225 143 217
Decimal 149 99 143
Hex 95 63 8F

RGB Percentages of Color #95638f

%38.11
%25.32
%36.57

CMYK Percentages of Color #95638f

%0
%34
%4
%42

Triadic Colors of #95638f

#95638f #8f9563 #638f95

Analogous Colors of #95638f

#95638f #956376 #826395

Monochromatic Colors of #95638f

#95638f

Complementary Color

#95638f #639569

#95638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95638f Color CSS Codes

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

#95638f Text Font Color

<p style="color:#95638f">Text here</p>

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


#95638f Background Color

<div style="background-color:#95638f">
Div content here</div>

This div background color is #95638f


#95638f Border Color

<div style="border:3px solid #95638f">
Div here</div>

This div border color is #95638f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,99,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95638f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95638f;
  -webkit-box-shadow: 1px 1px 3px 2px #95638f;
  box-shadow:         1px 1px 3px 2px #95638f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95638f


Comments

No comments written yet.

Please login to write comment.