Color Hex Logo

#970c54 Color Hex

#970C54
(151,12,84)
0 Favorites   0 Comments

Color spaces of #970c54

RGB 1511284
HSL0.910.850.32
HSV329°92°59°
CMYK 0.000.920.44   0.41
XYZ14.49427.48239.0678
Yxy7.48230.46690.2410
Hunter Lab27.353846.7143-0.5070
CIE-Lab32.880656.4374-3.0626

#970c54 color RGB value is (151,12,84).

#970c54 hex color red value is 151, green value is 12 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #970c54 hue: 0.91 , saturation: 0.85 and the lightness value of 970c54 is 0.32.

The process color (four color CMYK) of #970c54 color hex is 0.00, 0.92, 0.44, 0.41. Web safe color of #970c54 is #990066. Color #970c54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001100 01010100
Octal 227 14 124
Decimal 151 12 84
Hex 97 C 54

RGB Percentages of Color #970c54

%61.13
%4.86
%34.01

CMYK Percentages of Color #970c54

%0
%92
%44
%41

Triadic Colors of #970c54

#970c54 #54970c #0c5497

Analogous Colors of #970c54

#970c54 #970c0e #950c97

Monochromatic Colors of #970c54

#970c54

Complementary Color

#970c54 #0c974f

#970c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970c54 Color CSS Codes

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

#970c54 Text Font Color

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

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


#970c54 Background Color

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

This div background color is #970c54


#970c54 Border Color

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

This div border color is #970c54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,12,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #970c54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #970c54;
  -webkit-box-shadow: 1px 1px 3px 2px #970c54;
  box-shadow:         1px 1px 3px 2px #970c54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,12,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970c54


Comments

No comments written yet.

Please login to write comment.