Color Hex Logo

#970cdf Color Hex

#970CDF
(151,12,223)
0 Favorites   0 Comments

Color spaces of #970cdf

RGB 15112223
HSL0.780.900.46
HSV280°95°87°
CMYK 0.320.950.00   0.13
XYZ26.213312.170070.7795
Yxy12.17000.24010.1115
Hunter Lab34.885573.0768-95.8740
CIE-Lab41.485077.6798-74.1402

#970cdf color RGB value is (151,12,223).

#970cdf hex color red value is 151, green value is 12 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #970cdf hue: 0.78 , saturation: 0.90 and the lightness value of 970cdf is 0.46.

The process color (four color CMYK) of #970cdf color hex is 0.32, 0.95, 0.00, 0.13. Web safe color of #970cdf is #9900cc. Color #970cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001100 11011111
Octal 227 14 337
Decimal 151 12 223
Hex 97 C DF

RGB Percentages of Color #970cdf

%39.12
%3.11
%57.77

CMYK Percentages of Color #970cdf

%32
%95
%0
%13

Triadic Colors of #970cdf

#970cdf #df970c #0cdf97

Analogous Colors of #970cdf

#970cdf #df0cbe #2d0cdf

Monochromatic Colors of #970cdf

#970cdf

Complementary Color

#970cdf #54df0c

#970cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#970cdf Color CSS Codes

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

#970cdf Text Font Color

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

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


#970cdf Background Color

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

This div background color is #970cdf


#970cdf Border Color

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

This div border color is #970cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970cdf


Comments

No comments written yet.

Please login to write comment.