Color Hex Logo

#071cdc Color Hex

#071CDC
(7,28,220)
0 Favorites   0 Comments

Color spaces of #071cdc

RGB 728220
HSL0.650.940.45
HSV234°97°86°
CMYK 0.970.870.00   0.14
XYZ13.42116.043068.1692
Yxy6.04300.15320.0690
Hunter Lab24.582554.4347-147.2080
CIE-Lab29.520764.1575-92.6119

#071cdc color RGB value is (7,28,220).

#071cdc hex color red value is 7, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #071cdc hue: 0.65 , saturation: 0.94 and the lightness value of 071cdc is 0.45.

The process color (four color CMYK) of #071cdc color hex is 0.97, 0.87, 0.00, 0.14. Web safe color of #071cdc is #0033cc. Color #071cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011100 11011100
Octal 7 34 334
Decimal 7 28 220
Hex 7 1C DC

RGB Percentages of Color #071cdc

%2.75
%10.98
%86.27

CMYK Percentages of Color #071cdc

%97
%87
%0
%14

Triadic Colors of #071cdc

#071cdc #dc071c #1cdc07

Analogous Colors of #071cdc

#071cdc #5d07dc #0787dc

Monochromatic Colors of #071cdc

#071cdc

Complementary Color

#071cdc #dcc707

#071cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#071cdc Color CSS Codes

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

#071cdc Text Font Color

<p style="color:#071cdc">Text here</p>

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


#071cdc Background Color

<div style="background-color:#071cdc">
Div content here</div>

This div background color is #071cdc


#071cdc Border Color

<div style="border:3px solid #071cdc">
Div here</div>

This div border color is #071cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,28,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #071cdc;
  box-shadow:         1px 1px 3px 2px #071cdc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071cdc


Comments

No comments written yet.

Please login to write comment.