Color Hex Logo

#0784af Color Hex

#0784AF
(7,132,175)
0 Favorites   0 Comments

Color spaces of #0784af

RGB 7132175
HSL0.540.920.36
HSV195°96°69°
CMYK 0.960.250.00   0.31
XYZ16.076719.642843.5016
Yxy19.64280.20290.2479
Hunter Lab44.3202-12.8113-27.1708
CIE-Lab51.4309-14.1329-31.0428

#0784af color RGB value is (7,132,175).

#0784af hex color red value is 7, green value is 132 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0784af hue: 0.54 , saturation: 0.92 and the lightness value of 0784af is 0.36.

The process color (four color CMYK) of #0784af color hex is 0.96, 0.25, 0.00, 0.31. Web safe color of #0784af is #009999. Color #0784af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000100 10101111
Octal 7 204 257
Decimal 7 132 175
Hex 7 84 AF

RGB Percentages of Color #0784af

%2.23
%42.04
%55.73

CMYK Percentages of Color #0784af

%96
%25
%0
%31

Triadic Colors of #0784af

#0784af #af0784 #84af07

Analogous Colors of #0784af

#0784af #0730af #07af86

Monochromatic Colors of #0784af

#0784af

Complementary Color

#0784af #af3207

#0784af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0784af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0784af Color CSS Codes

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

#0784af Text Font Color

<p style="color:#0784af">Text here</p>

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


#0784af Background Color

<div style="background-color:#0784af">
Div content here</div>

This div background color is #0784af


#0784af Border Color

<div style="border:3px solid #0784af">
Div here</div>

This div border color is #0784af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,132,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0784af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0784af;
  -webkit-box-shadow: 1px 1px 3px 2px #0784af;
  box-shadow:         1px 1px 3px 2px #0784af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0784af


Comments

No comments written yet.

Please login to write comment.