Color Hex Logo

#0793b5 Color Hex

#0793B5
(7,147,181)
0 Favorites   0 Comments

Color spaces of #0793b5

RGB 7147181
HSL0.530.930.37
HSV192°96°71°
CMYK 0.960.190.00   0.29
XYZ18.861824.248847.4024
Yxy24.24880.20840.2679
Hunter Lab49.2431-17.8037-22.6036
CIE-Lab56.3360-20.1503-26.8632

#0793b5 color RGB value is (7,147,181).

#0793b5 hex color red value is 7, green value is 147 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #0793b5 hue: 0.53 , saturation: 0.93 and the lightness value of 0793b5 is 0.37.

The process color (four color CMYK) of #0793b5 color hex is 0.96, 0.19, 0.00, 0.29. Web safe color of #0793b5 is #0099cc. Color #0793b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010011 10110101
Octal 7 223 265
Decimal 7 147 181
Hex 7 93 B5

RGB Percentages of Color #0793b5

%2.09
%43.88
%54.03

CMYK Percentages of Color #0793b5

%96
%19
%0
%29

Triadic Colors of #0793b5

#0793b5 #b50793 #93b507

Analogous Colors of #0793b5

#0793b5 #073cb5 #07b580

Monochromatic Colors of #0793b5

#0793b5

Complementary Color

#0793b5 #b52907

#0793b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0793b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0793b5 Color CSS Codes

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

#0793b5 Text Font Color

<p style="color:#0793b5">Text here</p>

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


#0793b5 Background Color

<div style="background-color:#0793b5">
Div content here</div>

This div background color is #0793b5


#0793b5 Border Color

<div style="border:3px solid #0793b5">
Div here</div>

This div border color is #0793b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,147,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0793b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0793b5;
  -webkit-box-shadow: 1px 1px 3px 2px #0793b5;
  box-shadow:         1px 1px 3px 2px #0793b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0793b5


Comments

No comments written yet.

Please login to write comment.