Color Hex Logo

#970dfc Color Hex

#970DFC
(151,13,252)
0 Favorites   0 Comments

Color spaces of #970dfc

RGB 15113252
HSL0.760.980.52
HSV275°95°99°
CMYK 0.400.950.00   0.01
XYZ30.477113.895493.1712
Yxy13.89540.22160.1010
Hunter Lab37.276580.7067-122.0994
CIE-Lab44.082583.2511-86.2856

#970dfc color RGB value is (151,13,252).

#970dfc hex color red value is 151, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #970dfc hue: 0.76 , saturation: 0.98 and the lightness value of 970dfc is 0.52.

The process color (four color CMYK) of #970dfc color hex is 0.40, 0.95, 0.00, 0.01. Web safe color of #970dfc is #9900ff. Color #970dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001101 11111100
Octal 227 15 374
Decimal 151 13 252
Hex 97 D FC

RGB Percentages of Color #970dfc

%36.30
%3.13
%60.58

CMYK Percentages of Color #970dfc

%40
%95
%0
%1

Triadic Colors of #970dfc

#970dfc #fc970d #0dfc97

Analogous Colors of #970dfc

#970dfc #fc0dea #1f0dfc

Monochromatic Colors of #970dfc

#970dfc

Complementary Color

#970dfc #72fc0d

#970dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#970dfc Color CSS Codes

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

#970dfc Text Font Color

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

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


#970dfc Background Color

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

This div background color is #970dfc


#970dfc Border Color

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

This div border color is #970dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970dfc


Comments

No comments written yet.

Please login to write comment.