Color Hex Logo

#04207c Color Hex

#04207C
(4,32,124)
0 Favorites   0 Comments

Color spaces of #04207c

RGB 432124
HSL0.630.940.25
HSV226°97°49°
CMYK 0.970.740.00   0.51
XYZ4.20472.514119.3324
Yxy2.51410.16140.0965
Hunter Lab15.855919.5871-61.1905
CIE-Lab17.982330.3600-53.8200

#04207c color RGB value is (4,32,124).

#04207c hex color red value is 4, green value is 32 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #04207c hue: 0.63 , saturation: 0.94 and the lightness value of 04207c is 0.25.

The process color (four color CMYK) of #04207c color hex is 0.97, 0.74, 0.00, 0.51. Web safe color of #04207c is #003366. Color #04207c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100000 01111100
Octal 4 40 174
Decimal 4 32 124
Hex 4 20 7C

RGB Percentages of Color #04207c

%2.50
%20.00
%77.50

CMYK Percentages of Color #04207c

%97
%74
%0
%51

Triadic Colors of #04207c

#04207c #7c0420 #207c04

Analogous Colors of #04207c

#04207c #24047c #045c7c

Monochromatic Colors of #04207c

#04207c

Complementary Color

#04207c #7c6004

#04207c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04207c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04207c Color CSS Codes

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

#04207c Text Font Color

<p style="color:#04207c">Text here</p>

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


#04207c Background Color

<div style="background-color:#04207c">
Div content here</div>

This div background color is #04207c


#04207c Border Color

<div style="border:3px solid #04207c">
Div here</div>

This div border color is #04207c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,32,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04207c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04207c;
  -webkit-box-shadow: 1px 1px 3px 2px #04207c;
  box-shadow:         1px 1px 3px 2px #04207c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04207c


Comments

No comments written yet.

Please login to write comment.