Color Hex Logo

#970dfd Color Hex

#970DFD
(151,13,253)
0 Favorites   0 Comments

Color spaces of #970dfd

RGB 15113253
HSL0.760.980.52
HSV275°95°99°
CMYK 0.400.950.00   0.01
XYZ30.636013.959094.0082
Yxy13.95900.22100.1007
Hunter Lab37.361780.9839-123.0300
CIE-Lab44.174183.4504-86.6947

#970dfd color RGB value is (151,13,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001101 11111101
Octal 227 15 375
Decimal 151 13 253
Hex 97 D FD

RGB Percentages of Color #970dfd

%36.21
%3.12
%60.67

CMYK Percentages of Color #970dfd

%40
%95
%0
%1

Triadic Colors of #970dfd

#970dfd #fd970d #0dfd97

Analogous Colors of #970dfd

#970dfd #fd0deb #1f0dfd

Monochromatic Colors of #970dfd

#970dfd

Complementary Color

#970dfd #73fd0d

#970dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#970dfd Color CSS Codes

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

#970dfd Text Font Color

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

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


#970dfd Background Color

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

This div background color is #970dfd


#970dfd Border Color

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

This div border color is #970dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970dfd


Comments

No comments written yet.

Please login to write comment.