color codes Logo

#074adc color codes

#074ADC
(7,74,220)
0 Favorites   0 Comments

Color spaces of #074adc

RGB 774220
HSL0.610.940.45
HSV221°97°86°
CMYK 0.970.660.00   0.14
XYZ15.454710.110068.8470
Yxy10.11000.16370.1071
Hunter Lab31.796231.1173-106.1207
CIE-Lab38.039139.9772-78.4901

#074adc color RGB value is (7,74,220).

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

The process color (four color CMYK) of #074adc color code is 0.97, 0.66, 0.00, 0.14. Web safe color of #074adc is #0033cc. Color #074adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001010 11011100
Octal 7 112 334
Decimal 7 74 220
Hex 7 4A DC

RGB Percentages of Color #074adc

%2.33
%24.58
%73.09

CMYK Percentages of Color #074adc

%97
%66
%0
%14

Triadic Colors of #074adc

#074adc #dc074a #4adc07

Analogous Colors of #074adc

#074adc #2e07dc #07b5dc

Monochromatic Colors of #074adc

#074adc

Complementary Color

#074adc #dc9907

#074adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#074adc Color CSS Codes

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

#074adc Text Font Color

<p style="color:#074adc">Text here</p>

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


#074adc Background Color

<div style="background-color:#074adc">
Div content here</div>

This div background color is #074adc


#074adc Border Color

<div style="border:3px solid #074adc">
Div here</div>

This div border color is #074adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074adc


Comments

No comments written yet.

Please login to write comment.