Color Hex Logo

#074cda Color Hex

#074CDA
(7,76,218)
0 Favorites   0 Comments

Color spaces of #074cda

RGB 776218
HSL0.610.940.44
HSV220°97°85°
CMYK 0.970.650.00   0.15
XYZ15.327010.276067.5053
Yxy10.27600.16460.1104
Hunter Lab32.056229.2477-102.4160
CIE-Lab38.333337.9556-76.8605

#074cda color RGB value is (7,76,218).

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

The process color (four color CMYK) of #074cda color hex is 0.97, 0.65, 0.00, 0.15. Web safe color of #074cda is #0033cc. Color #074cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 11011010
Octal 7 114 332
Decimal 7 76 218
Hex 7 4C DA

RGB Percentages of Color #074cda

%2.33
%25.25
%72.43

CMYK Percentages of Color #074cda

%97
%65
%0
%15

Triadic Colors of #074cda

#074cda #da074c #4cda07

Analogous Colors of #074cda

#074cda #2c07da #07b6da

Monochromatic Colors of #074cda

#074cda

Complementary Color

#074cda #da9507

#074cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#074cda Color CSS Codes

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

#074cda Text Font Color

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

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


#074cda Background Color

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

This div background color is #074cda


#074cda Border Color

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

This div border color is #074cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074cda


Comments

No comments written yet.

Please login to write comment.