Color Hex Logo

#970edc Color Hex

#970EDC
(151,14,220)
0 Favorites   0 Comments

Color spaces of #970edc

RGB 15114220
HSL0.780.880.46
HSV280°94°86°
CMYK 0.310.940.00   0.14
XYZ25.837812.060768.6763
Yxy12.06070.24240.1132
Hunter Lab34.728572.0280-92.9371
CIE-Lab41.312476.8622-72.7045

#970edc color RGB value is (151,14,220).

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

The process color (four color CMYK) of #970edc color hex is 0.31, 0.94, 0.00, 0.14. Web safe color of #970edc is #9900cc. Color #970edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001110 11011100
Octal 227 16 334
Decimal 151 14 220
Hex 97 E DC

RGB Percentages of Color #970edc

%39.22
%3.64
%57.14

CMYK Percentages of Color #970edc

%31
%94
%0
%14

Triadic Colors of #970edc

#970edc #dc970e #0edc97

Analogous Colors of #970edc

#970edc #dc0eba #300edc

Monochromatic Colors of #970edc

#970edc

Complementary Color

#970edc #53dc0e

#970edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#970edc Color CSS Codes

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

#970edc Text Font Color

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

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


#970edc Background Color

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

This div background color is #970edc


#970edc Border Color

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

This div border color is #970edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970edc


Comments

No comments written yet.

Please login to write comment.