Color Hex Logo

#0374dc Color Hex

#0374DC
(3,116,220)
0 Favorites   0 Comments

Color spaces of #0374dc

RGB 3116220
HSL0.580.970.44
HSV209°99°86°
CMYK 0.990.470.00   0.14
XYZ19.201217.677470.1102
Yxy17.67740.17950.1652
Hunter Lab42.04457.9409-69.4363
CIE-Lab49.102512.7678-60.4589

#0374dc color RGB value is (3,116,220).

#0374dc hex color red value is 3, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0374dc hue: 0.58 , saturation: 0.97 and the lightness value of 0374dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110100 11011100
Octal 3 164 334
Decimal 3 116 220
Hex 3 74 DC

RGB Percentages of Color #0374dc

%0.88
%34.22
%64.90

CMYK Percentages of Color #0374dc

%99
%47
%0
%14

Triadic Colors of #0374dc

#0374dc #dc0374 #74dc03

Analogous Colors of #0374dc

#0374dc #0307dc #03dcd8

Monochromatic Colors of #0374dc

#0374dc

Complementary Color

#0374dc #dc6b03

#0374dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0374dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0374dc Color CSS Codes

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

#0374dc Text Font Color

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

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


#0374dc Background Color

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

This div background color is #0374dc


#0374dc Border Color

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

This div border color is #0374dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0374dc


Comments

No comments written yet.

Please login to write comment.