Color Hex Logo

#073ebf Color Hex

#073EBF
(7,62,191)
0 Favorites   0 Comments

Color spaces of #073ebf

RGB 762191
HSL0.620.930.39
HSV222°96°75°
CMYK 0.960.680.00   0.25
XYZ11.21427.252050.0989
Yxy7.25200.16360.1058
Hunter Lab26.929527.2056-91.4507
CIE-Lab32.373836.7257-70.9987

#073ebf color RGB value is (7,62,191).

#073ebf hex color red value is 7, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #073ebf hue: 0.62 , saturation: 0.93 and the lightness value of 073ebf is 0.39.

The process color (four color CMYK) of #073ebf color hex is 0.96, 0.68, 0.00, 0.25. Web safe color of #073ebf is #0033cc. Color #073ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 10111111
Octal 7 76 277
Decimal 7 62 191
Hex 7 3E BF

RGB Percentages of Color #073ebf

%2.69
%23.85
%73.46

CMYK Percentages of Color #073ebf

%96
%68
%0
%25

Triadic Colors of #073ebf

#073ebf #bf073e #3ebf07

Analogous Colors of #073ebf

#073ebf #2c07bf #079abf

Monochromatic Colors of #073ebf

#073ebf

Complementary Color

#073ebf #bf8807

#073ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#073ebf Color CSS Codes

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

#073ebf Text Font Color

<p style="color:#073ebf">Text here</p>

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


#073ebf Background Color

<div style="background-color:#073ebf">
Div content here</div>

This div background color is #073ebf


#073ebf Border Color

<div style="border:3px solid #073ebf">
Div here</div>

This div border color is #073ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,62,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #073ebf;
  box-shadow:         1px 1px 3px 2px #073ebf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073ebf


Comments

No comments written yet.

Please login to write comment.