Color Hex Logo

#970cae Color Hex

#970CAE
(151,12,174)
0 Favorites   0 Comments

Color spaces of #970cae

RGB 15112174
HSL0.810.870.36
HSV291°93°68°
CMYK 0.130.930.00   0.32
XYZ20.53409.898240.8727
Yxy9.89820.28800.1388
Hunter Lab31.461461.4446-55.0029
CIE-Lab37.659168.7295-51.7582

#970cae color RGB value is (151,12,174).

#970cae hex color red value is 151, green value is 12 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #970cae hue: 0.81 , saturation: 0.87 and the lightness value of 970cae is 0.36.

The process color (four color CMYK) of #970cae color hex is 0.13, 0.93, 0.00, 0.32. Web safe color of #970cae is #990099. Color #970cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001100 10101110
Octal 227 14 256
Decimal 151 12 174
Hex 97 C AE

RGB Percentages of Color #970cae

%44.81
%3.56
%51.63

CMYK Percentages of Color #970cae

%13
%93
%0
%32

Triadic Colors of #970cae

#970cae #ae970c #0cae97

Analogous Colors of #970cae

#970cae #ae0c74 #460cae

Monochromatic Colors of #970cae

#970cae

Complementary Color

#970cae #23ae0c

#970cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#970cae Color CSS Codes

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

#970cae Text Font Color

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

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


#970cae Background Color

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

This div background color is #970cae


#970cae Border Color

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

This div border color is #970cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970cae


Comments

No comments written yet.

Please login to write comment.