Color Hex Logo

#951969 Color Hex

#951969
(149,25,105)
0 Favorites   0 Comments

Color spaces of #951969

RGB 14925105
HSL0.890.710.34
HSV321°83°58°
CMYK 0.000.830.30   0.42
XYZ15.29198.104714.1230
Yxy8.10470.40760.2160
Hunter Lab28.468846.0604-9.4849
CIE-Lab34.200055.5636-14.6883

#951969 color RGB value is (149,25,105).

#951969 hex color red value is 149, green value is 25 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #951969 hue: 0.89 , saturation: 0.71 and the lightness value of 951969 is 0.34.

The process color (four color CMYK) of #951969 color hex is 0.00, 0.83, 0.30, 0.42. Web safe color of #951969 is #990066. Color #951969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011001 01101001
Octal 225 31 151
Decimal 149 25 105
Hex 95 19 69

RGB Percentages of Color #951969

%53.41
%8.96
%37.63

CMYK Percentages of Color #951969

%0
%83
%30
%42

Triadic Colors of #951969

#951969 #699519 #196995

Analogous Colors of #951969

#951969 #95192b #831995

Monochromatic Colors of #951969

#951969

Complementary Color

#951969 #199545

#951969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951969 Color CSS Codes

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

#951969 Text Font Color

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

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


#951969 Background Color

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

This div background color is #951969


#951969 Border Color

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

This div border color is #951969


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,25,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 #951969">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951969


Comments

No comments written yet.

Please login to write comment.