color codes Logo

#073cec color codes

#073CEC
(7,60,236)
0 Favorites   0 Comments

Color spaces of #073cec

RGB 760236
HSL0.630.940.48
HSV226°97°93°
CMYK 0.970.750.00   0.07
XYZ16.84389.333080.2706
Yxy9.33300.15820.0877
Hunter Lab30.550044.9540-134.4006
CIE-Lab36.617754.0471-89.9538

#073cec color RGB value is (7,60,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 11101100
Octal 7 74 354
Decimal 7 60 236
Hex 7 3C EC

RGB Percentages of Color #073cec

%2.31
%19.80
%77.89

CMYK Percentages of Color #073cec

%97
%75
%0
%7

Triadic Colors of #073cec

#073cec #ec073c #3cec07

Analogous Colors of #073cec

#073cec #4407ec #07afec

Monochromatic Colors of #073cec

#073cec

Complementary Color

#073cec #ecb707

#073cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#073cec Color CSS Codes

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

#073cec Text Font Color

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

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


#073cec Background Color

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

This div background color is #073cec


#073cec Border Color

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

This div border color is #073cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073cec


Comments

No comments written yet.

Please login to write comment.