Color Hex Logo

#0734bf Color Hex

#0734BF
(7,52,191)
0 Favorites   0 Comments

Color spaces of #0734bf

RGB 752191
HSL0.630.930.39
HSV225°96°75°
CMYK 0.960.730.00   0.25
XYZ10.71966.262749.9341
Yxy6.26270.16020.0936
Hunter Lab25.025432.6659-100.7858
CIE-Lab30.065843.0145-74.8087

#0734bf color RGB value is (7,52,191).

#0734bf hex color red value is 7, green value is 52 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0734bf hue: 0.63 , saturation: 0.93 and the lightness value of 0734bf is 0.39.

The process color (four color CMYK) of #0734bf color hex is 0.96, 0.73, 0.00, 0.25. Web safe color of #0734bf is #0033cc. Color #0734bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110100 10111111
Octal 7 64 277
Decimal 7 52 191
Hex 7 34 BF

RGB Percentages of Color #0734bf

%2.80
%20.80
%76.40

CMYK Percentages of Color #0734bf

%96
%73
%0
%25

Triadic Colors of #0734bf

#0734bf #bf0734 #34bf07

Analogous Colors of #0734bf

#0734bf #3607bf #0790bf

Monochromatic Colors of #0734bf

#0734bf

Complementary Color

#0734bf #bf9207

#0734bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0734bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0734bf Color CSS Codes

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

#0734bf Text Font Color

<p style="color:#0734bf">Text here</p>

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


#0734bf Background Color

<div style="background-color:#0734bf">
Div content here</div>

This div background color is #0734bf


#0734bf Border Color

<div style="border:3px solid #0734bf">
Div here</div>

This div border color is #0734bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,52,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0734bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0734bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0734bf;
  box-shadow:         1px 1px 3px 2px #0734bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0734bf


Comments

No comments written yet.

Please login to write comment.