Color Hex Logo

#952969 Color Hex

#952969
(149,41,105)
0 Favorites   0 Comments

Color spaces of #952969

RGB 14941105
HSL0.900.570.37
HSV324°72°58°
CMYK 0.000.720.30   0.42
XYZ15.73728.995414.2714
Yxy8.99540.40350.2306
Hunter Lab29.992341.1737-7.2176
CIE-Lab35.975450.5253-11.9806

#952969 color RGB value is (149,41,105).

#952969 hex color red value is 149, green value is 41 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #952969 hue: 0.90 , saturation: 0.57 and the lightness value of 952969 is 0.37.

The process color (four color CMYK) of #952969 color hex is 0.00, 0.72, 0.30, 0.42. Web safe color of #952969 is #993366. Color #952969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101001 01101001
Octal 225 51 151
Decimal 149 41 105
Hex 95 29 69

RGB Percentages of Color #952969

%50.51
%13.90
%35.59

CMYK Percentages of Color #952969

%0
%72
%30
%42

Triadic Colors of #952969

#952969 #699529 #296995

Analogous Colors of #952969

#952969 #952933 #8b2995

Monochromatic Colors of #952969

#952969

Complementary Color

#952969 #299555

#952969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952969 Color CSS Codes

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

#952969 Text Font Color

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

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


#952969 Background Color

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

This div background color is #952969


#952969 Border Color

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

This div border color is #952969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952969


Comments

No comments written yet.

Please login to write comment.