Color Hex Logo

#0703ba Color Hex

#0703BA
(7,3,186)
0 Favorites   0 Comments

Color spaces of #0703ba

RGB 73186
HSL0.670.970.37
HSV241°98°73°
CMYK 0.960.980.00   0.27
XYZ8.98313.655546.6865
Yxy3.65550.15140.0616
Hunter Lab19.119450.4081-131.3934
CIE-Lab22.498261.8135-84.4374

#0703ba color RGB value is (7,3,186).

#0703ba hex color red value is 7, green value is 3 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0703ba hue: 0.67 , saturation: 0.97 and the lightness value of 0703ba is 0.37.

The process color (four color CMYK) of #0703ba color hex is 0.96, 0.98, 0.00, 0.27. Web safe color of #0703ba is #0000cc. Color #0703ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000011 10111010
Octal 7 3 272
Decimal 7 3 186
Hex 7 3 BA

RGB Percentages of Color #0703ba

%3.57
%1.53
%94.90

CMYK Percentages of Color #0703ba

%96
%98
%0
%27

Triadic Colors of #0703ba

#0703ba #ba0703 #03ba07

Analogous Colors of #0703ba

#0703ba #6303ba #035aba

Monochromatic Colors of #0703ba

#0703ba

Complementary Color

#0703ba #b6ba03

#0703ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0703ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0703ba Color CSS Codes

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

#0703ba Text Font Color

<p style="color:#0703ba">Text here</p>

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


#0703ba Background Color

<div style="background-color:#0703ba">
Div content here</div>

This div background color is #0703ba


#0703ba Border Color

<div style="border:3px solid #0703ba">
Div here</div>

This div border color is #0703ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,3,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0703ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0703ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0703ba;
  box-shadow:         1px 1px 3px 2px #0703ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0703ba


Comments

No comments written yet.

Please login to write comment.