Color Hex Logo

#070dfd Color Hex

#070DFD
(7,13,253)
0 Favorites   0 Comments

Color spaces of #070dfd

RGB 713253
HSL0.660.980.51
HSV239°97°99°
CMYK 0.970.950.00   0.01
XYZ17.96127.424993.4150
Yxy7.42490.15120.0625
Hunter Lab27.248769.9747-184.1863
CIE-Lab32.755376.7734-105.9809

#070dfd color RGB value is (7,13,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001101 11111101
Octal 7 15 375
Decimal 7 13 253
Hex 7 D FD

RGB Percentages of Color #070dfd

%2.56
%4.76
%92.67

CMYK Percentages of Color #070dfd

%97
%95
%0
%1

Triadic Colors of #070dfd

#070dfd #fd070d #0dfd07

Analogous Colors of #070dfd

#070dfd #7c07fd #0788fd

Monochromatic Colors of #070dfd

#070dfd

Complementary Color

#070dfd #fdf707

#070dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#070dfd Color CSS Codes

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

#070dfd Text Font Color

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

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


#070dfd Background Color

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

This div background color is #070dfd


#070dfd Border Color

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

This div border color is #070dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.