Color Hex Logo

#956291 Color Hex

#956291
(149,98,145)
0 Favorites   0 Comments

Color spaces of #956291

RGB 14998145
HSL0.850.210.48
HSV305°34°58°
CMYK 0.000.340.03   0.42
XYZ21.872917.169328.9492
Yxy17.16930.32170.2525
Hunter Lab41.435921.7127-12.4179
CIE-Lab48.472628.5034-17.4446

#956291 color RGB value is (149,98,145).

#956291 hex color red value is 149, green value is 98 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #956291 hue: 0.85 , saturation: 0.21 and the lightness value of 956291 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100010 10010001
Octal 225 142 221
Decimal 149 98 145
Hex 95 62 91

RGB Percentages of Color #956291

%38.01
%25.00
%36.99

CMYK Percentages of Color #956291

%0
%34
%3
%42

Triadic Colors of #956291

#956291 #919562 #629195

Analogous Colors of #956291

#956291 #956278 #806295

Monochromatic Colors of #956291

#956291

Complementary Color

#956291 #629566

#956291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956291 Color CSS Codes

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

#956291 Text Font Color

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

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


#956291 Background Color

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

This div background color is #956291


#956291 Border Color

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

This div border color is #956291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956291


Comments

No comments written yet.

Please login to write comment.