Color Hex Logo

#070cd1 Color Hex

#070CD1
(7,12,209)
0 Favorites   0 Comments

Color spaces of #070cd1

RGB 712209
HSL0.660.940.42
HSV239°97°82°
CMYK 0.970.940.00   0.18
XYZ11.72774.911660.6515
Yxy4.91160.15170.0635
Hunter Lab22.162155.6745-146.7465
CIE-Lab26.481465.8114-91.3160

#070cd1 color RGB value is (7,12,209).

#070cd1 hex color red value is 7, green value is 12 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #070cd1 hue: 0.66 , saturation: 0.94 and the lightness value of 070cd1 is 0.42.

The process color (four color CMYK) of #070cd1 color hex is 0.97, 0.94, 0.00, 0.18. Web safe color of #070cd1 is #0000cc. Color #070cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001100 11010001
Octal 7 14 321
Decimal 7 12 209
Hex 7 C D1

RGB Percentages of Color #070cd1

%3.07
%5.26
%91.67

CMYK Percentages of Color #070cd1

%97
%94
%0
%18

Triadic Colors of #070cd1

#070cd1 #d1070c #0cd107

Analogous Colors of #070cd1

#070cd1 #6707d1 #0771d1

Monochromatic Colors of #070cd1

#070cd1

Complementary Color

#070cd1 #d1cc07

#070cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070cd1 Color CSS Codes

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

#070cd1 Text Font Color

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

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


#070cd1 Background Color

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

This div background color is #070cd1


#070cd1 Border Color

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

This div border color is #070cd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,12,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070cd1


Comments

No comments written yet.

Please login to write comment.