Color Hex Logo

#074dcd Color Hex

#074DCD
(7,77,205)
0 Favorites   0 Comments

Color spaces of #074dcd

RGB 777205
HSL0.610.930.42
HSV219°97°80°
CMYK 0.970.620.00   0.20
XYZ13.76099.760758.9163
Yxy9.76070.16690.1184
Hunter Lab31.242123.9484-89.9394
CIE-Lab37.409532.3332-70.8900

#074dcd color RGB value is (7,77,205).

#074dcd hex color red value is 7, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #074dcd hue: 0.61 , saturation: 0.93 and the lightness value of 074dcd is 0.42.

The process color (four color CMYK) of #074dcd color hex is 0.97, 0.62, 0.00, 0.20. Web safe color of #074dcd is #0066cc. Color #074dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 11001101
Octal 7 115 315
Decimal 7 77 205
Hex 7 4D CD

RGB Percentages of Color #074dcd

%2.42
%26.64
%70.93

CMYK Percentages of Color #074dcd

%97
%62
%0
%20

Triadic Colors of #074dcd

#074dcd #cd074d #4dcd07

Analogous Colors of #074dcd

#074dcd #2407cd #07b0cd

Monochromatic Colors of #074dcd

#074dcd

Complementary Color

#074dcd #cd8707

#074dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#074dcd Color CSS Codes

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

#074dcd Text Font Color

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

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


#074dcd Background Color

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

This div background color is #074dcd


#074dcd Border Color

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

This div border color is #074dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074dcd


Comments

No comments written yet.

Please login to write comment.