Color Hex Logo

#073cee Color Hex

#073CEE
(7,60,238)
0 Favorites   0 Comments

Color spaces of #073cee

RGB 760238
HSL0.630.940.48
HSV226°97°93°
CMYK 0.970.750.00   0.07
XYZ17.13619.449981.8098
Yxy9.44990.15810.0872
Hunter Lab30.740745.7069-136.2692
CIE-Lab36.836554.7194-90.7241

#073cee color RGB value is (7,60,238).

#073cee hex color red value is 7, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #073cee hue: 0.63 , saturation: 0.94 and the lightness value of 073cee is 0.48.

The process color (four color CMYK) of #073cee color hex is 0.97, 0.75, 0.00, 0.07. Web safe color of #073cee is #0033ff. Color #073cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 11101110
Octal 7 74 356
Decimal 7 60 238
Hex 7 3C EE

RGB Percentages of Color #073cee

%2.30
%19.67
%78.03

CMYK Percentages of Color #073cee

%97
%75
%0
%7

Triadic Colors of #073cee

#073cee #ee073c #3cee07

Analogous Colors of #073cee

#073cee #4607ee #07b0ee

Monochromatic Colors of #073cee

#073cee

Complementary Color

#073cee #eeb907

#073cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#073cee Color CSS Codes

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

#073cee Text Font Color

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

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


#073cee Background Color

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

This div background color is #073cee


#073cee Border Color

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

This div border color is #073cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073cee


Comments

No comments written yet.

Please login to write comment.