Color Hex Logo

#7000df Color Hex

#7000DF
(112,0,223)
0 Favorites   0 Comments

Color spaces of #7000df

RGB 1120223
HSL0.751.000.44
HSV270°100°87°
CMYK 0.501.000.00   0.13
XYZ20.00148.772570.4511
Yxy8.77250.20160.0884
Hunter Lab29.618468.7094-120.2958
CIE-Lab35.542575.2360-84.1175

#7000df color RGB value is (112,0,223).

#7000df hex color red value is 112, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7000df hue: 0.75 , saturation: 1.00 and the lightness value of 7000df is 0.44.

The process color (four color CMYK) of #7000df color hex is 0.50, 1.00, 0.00, 0.13. Web safe color of #7000df is #6600cc. Color #7000df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000000 11011111
Octal 160 0 337
Decimal 112 0 223
Hex 70 0 DF

RGB Percentages of Color #7000df

%33.43
%0.00
%66.57

CMYK Percentages of Color #7000df

%50
%100
%0
%13

Triadic Colors of #7000df

#7000df #df7000 #00df70

Analogous Colors of #7000df

#7000df #df00df #0100df

Monochromatic Colors of #7000df

#7000df

Complementary Color

#7000df #6fdf00

#7000df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7000df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7000df Color CSS Codes

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

#7000df Text Font Color

<p style="color:#7000df">Text here</p>

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


#7000df Background Color

<div style="background-color:#7000df">
Div content here</div>

This div background color is #7000df


#7000df Border Color

<div style="border:3px solid #7000df">
Div here</div>

This div border color is #7000df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,0,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7000df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7000df;
  -webkit-box-shadow: 1px 1px 3px 2px #7000df;
  box-shadow:         1px 1px 3px 2px #7000df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,0,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 #7000df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7000df


Comments

No comments written yet.

Please login to write comment.