Color Hex Logo

#073ceb Color Hex

#073CEB
(7,60,235)
0 Favorites   0 Comments

Color spaces of #073ceb

RGB 760235
HSL0.630.940.47
HSV226°97°92°
CMYK 0.970.740.00   0.08
XYZ16.69899.275079.5074
Yxy9.27500.15830.0879
Hunter Lab30.454944.5784-133.4677
CIE-Lab36.508553.7103-89.5677

#073ceb color RGB value is (7,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 11101011
Octal 7 74 353
Decimal 7 60 235
Hex 7 3C EB

RGB Percentages of Color #073ceb

%2.32
%19.87
%77.81

CMYK Percentages of Color #073ceb

%97
%74
%0
%8

Triadic Colors of #073ceb

#073ceb #eb073c #3ceb07

Analogous Colors of #073ceb

#073ceb #4407eb #07aeeb

Monochromatic Colors of #073ceb

#073ceb

Complementary Color

#073ceb #ebb607

#073ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#073ceb Color CSS Codes

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

#073ceb Text Font Color

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

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


#073ceb Background Color

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

This div background color is #073ceb


#073ceb Border Color

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

This div border color is #073ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073ceb


Comments

No comments written yet.

Please login to write comment.