Color Hex Logo

#073ede Color Hex

#073EDE
(7,62,222)
0 Favorites   0 Comments

Color spaces of #073ede

RGB 762222
HSL0.620.940.45
HSV225°97°87°
CMYK 0.970.720.00   0.13
XYZ14.99518.764370.0086
Yxy8.76430.15990.0935
Hunter Lab29.604638.6046-119.4853
CIE-Lab35.526548.0751-83.7823

#073ede color RGB value is (7,62,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 11011110
Octal 7 76 336
Decimal 7 62 222
Hex 7 3E DE

RGB Percentages of Color #073ede

%2.41
%21.31
%76.29

CMYK Percentages of Color #073ede

%97
%72
%0
%13

Triadic Colors of #073ede

#073ede #de073e #3ede07

Analogous Colors of #073ede

#073ede #3c07de #07aade

Monochromatic Colors of #073ede

#073ede

Complementary Color

#073ede #dea707

#073ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#073ede Color CSS Codes

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

#073ede Text Font Color

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

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


#073ede Background Color

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

This div background color is #073ede


#073ede Border Color

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

This div border color is #073ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073ede


Comments

No comments written yet.

Please login to write comment.