Color Hex Logo

#0071dc Color Hex

#0071DC
(0,113,220)
0 Favorites   0 Comments

Color spaces of #0071dc

RGB 0113220
HSL0.581.000.43
HSV209°100°86°
CMYK 1.000.490.00   0.14
XYZ18.823416.977669.9950
Yxy16.97760.17790.1605
Hunter Lab41.20399.4384-71.8760
CIE-Lab48.231814.5838-61.8654

#0071dc color RGB value is (0,113,220).

#0071dc hex color red value is 0, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0071dc hue: 0.58 , saturation: 1.00 and the lightness value of 0071dc is 0.43.

The process color (four color CMYK) of #0071dc color hex is 1.00, 0.49, 0.00, 0.14. Web safe color of #0071dc is #0066cc. Color #0071dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 11011100
Octal 0 161 334
Decimal 0 113 220
Hex 0 71 DC

RGB Percentages of Color #0071dc

%0.00
%33.93
%66.07

CMYK Percentages of Color #0071dc

%100
%49
%0
%14

Triadic Colors of #0071dc

#0071dc #dc0071 #71dc00

Analogous Colors of #0071dc

#0071dc #0003dc #00dcd9

Monochromatic Colors of #0071dc

#0071dc

Complementary Color

#0071dc #dc6b00

#0071dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0071dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0071dc Color CSS Codes

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

#0071dc Text Font Color

<p style="color:#0071dc">Text here</p>

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


#0071dc Background Color

<div style="background-color:#0071dc">
Div content here</div>

This div background color is #0071dc


#0071dc Border Color

<div style="border:3px solid #0071dc">
Div here</div>

This div border color is #0071dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,113,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0071dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0071dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0071dc;
  box-shadow:         1px 1px 3px 2px #0071dc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0071dc


Comments

No comments written yet.

Please login to write comment.