Color Hex Logo

#037edc Color Hex

#037EDC
(3,126,220)
0 Favorites   0 Comments

Color spaces of #037edc

RGB 3126220
HSL0.570.970.44
HSV206°99°86°
CMYK 0.990.430.00   0.14
XYZ20.416720.108470.5154
Yxy20.10840.18390.1811
Hunter Lab44.84242.7967-61.8448
CIE-Lab51.95956.5173-55.8650

#037edc color RGB value is (3,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111110 11011100
Octal 3 176 334
Decimal 3 126 220
Hex 3 7E DC

RGB Percentages of Color #037edc

%0.86
%36.10
%63.04

CMYK Percentages of Color #037edc

%99
%43
%0
%14

Triadic Colors of #037edc

#037edc #dc037e #7edc03

Analogous Colors of #037edc

#037edc #0312dc #03dcce

Monochromatic Colors of #037edc

#037edc

Complementary Color

#037edc #dc6103

#037edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#037edc Color CSS Codes

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

#037edc Text Font Color

<p style="color:#037edc">Text here</p>

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


#037edc Background Color

<div style="background-color:#037edc">
Div content here</div>

This div background color is #037edc


#037edc Border Color

<div style="border:3px solid #037edc">
Div here</div>

This div border color is #037edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037edc


Comments

No comments written yet.

Please login to write comment.