Color Hex Logo

#037fcd Color Hex

#037FCD
(3,127,205)
0 Favorites   0 Comments

Color spaces of #037fcd

RGB 3127205
HSL0.560.970.41
HSV203°99°80°
CMYK 0.990.380.00   0.20
XYZ18.646419.605960.5592
Yxy19.60590.18870.1984
Hunter Lab44.2786-2.3183-50.0952
CIE-Lab51.38870.0602-48.2889

#037fcd color RGB value is (3,127,205).

#037fcd hex color red value is 3, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #037fcd hue: 0.56 , saturation: 0.97 and the lightness value of 037fcd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111111 11001101
Octal 3 177 315
Decimal 3 127 205
Hex 3 7F CD

RGB Percentages of Color #037fcd

%0.90
%37.91
%61.19

CMYK Percentages of Color #037fcd

%99
%38
%0
%20

Triadic Colors of #037fcd

#037fcd #cd037f #7fcd03

Analogous Colors of #037fcd

#037fcd #031acd #03cdb6

Monochromatic Colors of #037fcd

#037fcd

Complementary Color

#037fcd #cd5103

#037fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#037fcd Color CSS Codes

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

#037fcd Text Font Color

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

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


#037fcd Background Color

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

This div background color is #037fcd


#037fcd Border Color

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

This div border color is #037fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037fcd


Comments

No comments written yet.

Please login to write comment.