Color Hex Logo

#951972 Color Hex

#951972
(149,25,114)
0 Favorites   0 Comments

Color spaces of #951972

RGB 14925114
HSL0.880.710.34
HSV317°83°58°
CMYK 0.000.830.23   0.42
XYZ15.77938.299716.6899
Yxy8.29970.38700.2036
Hunter Lab28.809247.3515-14.1818
CIE-Lab34.599456.7010-19.7951

#951972 color RGB value is (149,25,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011001 01110010
Octal 225 31 162
Decimal 149 25 114
Hex 95 19 72

RGB Percentages of Color #951972

%51.74
%8.68
%39.58

CMYK Percentages of Color #951972

%0
%83
%23
%42

Triadic Colors of #951972

#951972 #729519 #197295

Analogous Colors of #951972

#951972 #951934 #7a1995

Monochromatic Colors of #951972

#951972

Complementary Color

#951972 #19953c

#951972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951972 Color CSS Codes

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

#951972 Text Font Color

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

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


#951972 Background Color

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

This div background color is #951972


#951972 Border Color

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

This div border color is #951972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951972


Comments

No comments written yet.

Please login to write comment.