Color Hex Logo

#0739cd Color Hex

#0739CD
(7,57,205)
0 Favorites   0 Comments

Color spaces of #0739cd

RGB 757205
HSL0.620.930.42
HSV225°97°80°
CMYK 0.970.720.00   0.20
XYZ12.57027.379258.5194
Yxy7.37920.16020.0940
Hunter Lab27.164735.0610-108.7099
CIE-Lab32.655045.0244-78.7205

#0739cd color RGB value is (7,57,205).

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

The process color (four color CMYK) of #0739cd color hex is 0.97, 0.72, 0.00, 0.20. Web safe color of #0739cd is #0033cc. Color #0739cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 11001101
Octal 7 71 315
Decimal 7 57 205
Hex 7 39 CD

RGB Percentages of Color #0739cd

%2.60
%21.19
%76.21

CMYK Percentages of Color #0739cd

%97
%72
%0
%20

Triadic Colors of #0739cd

#0739cd #cd0739 #39cd07

Analogous Colors of #0739cd

#0739cd #3807cd #079ccd

Monochromatic Colors of #0739cd

#0739cd

Complementary Color

#0739cd #cd9b07

#0739cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0739cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0739cd Color CSS Codes

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

#0739cd Text Font Color

<p style="color:#0739cd">Text here</p>

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


#0739cd Background Color

<div style="background-color:#0739cd">
Div content here</div>

This div background color is #0739cd


#0739cd Border Color

<div style="border:3px solid #0739cd">
Div here</div>

This div border color is #0739cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,57,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 #0739cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0739cd


Comments

No comments written yet.

Please login to write comment.