Color Hex Logo

#955385 Color Hex

#955385
(149,83,133)
0 Favorites   0 Comments

Color spaces of #955385

RGB 14983133
HSL0.870.280.45
HSV315°44°58°
CMYK 0.000.440.11   0.42
XYZ19.721314.269523.9052
Yxy14.26950.34060.2465
Hunter Lab37.775027.0838-11.0781
CIE-Lab44.617034.7272-16.1417

#955385 color RGB value is (149,83,133).

#955385 hex color red value is 149, green value is 83 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #955385 hue: 0.87 , saturation: 0.28 and the lightness value of 955385 is 0.45.

The process color (four color CMYK) of #955385 color hex is 0.00, 0.44, 0.11, 0.42. Web safe color of #955385 is #996699. Color #955385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010011 10000101
Octal 225 123 205
Decimal 149 83 133
Hex 95 53 85

RGB Percentages of Color #955385

%40.82
%22.74
%36.44

CMYK Percentages of Color #955385

%0
%44
%11
%42

Triadic Colors of #955385

#955385 #859553 #538595

Analogous Colors of #955385

#955385 #955364 #845395

Monochromatic Colors of #955385

#955385

Complementary Color

#955385 #539563

#955385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955385 Color CSS Codes

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

#955385 Text Font Color

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

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


#955385 Background Color

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

This div background color is #955385


#955385 Border Color

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

This div border color is #955385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955385


Comments

No comments written yet.

Please login to write comment.