Color Hex Logo

#0710be Color Hex

#0710BE
(7,16,190)
0 Favorites   0 Comments

Color spaces of #0710be

RGB 716190
HSL0.660.930.39
HSV237°96°75°
CMYK 0.960.920.00   0.25
XYZ9.56724.133549.0088
Yxy4.13350.15260.0659
Hunter Lab20.331048.4178-128.6895
CIE-Lab24.108059.7079-84.1222

#0710be color RGB value is (7,16,190).

#0710be hex color red value is 7, green value is 16 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0710be hue: 0.66 , saturation: 0.93 and the lightness value of 0710be is 0.39.

The process color (four color CMYK) of #0710be color hex is 0.96, 0.92, 0.00, 0.25. Web safe color of #0710be is #0000cc. Color #0710be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 10111110
Octal 7 20 276
Decimal 7 16 190
Hex 7 10 BE

RGB Percentages of Color #0710be

%3.29
%7.51
%89.20

CMYK Percentages of Color #0710be

%96
%92
%0
%25

Triadic Colors of #0710be

#0710be #be0710 #10be07

Analogous Colors of #0710be

#0710be #5907be #076cbe

Monochromatic Colors of #0710be

#0710be

Complementary Color

#0710be #beb507

#0710be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0710be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0710be Color CSS Codes

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

#0710be Text Font Color

<p style="color:#0710be">Text here</p>

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


#0710be Background Color

<div style="background-color:#0710be">
Div content here</div>

This div background color is #0710be


#0710be Border Color

<div style="border:3px solid #0710be">
Div here</div>

This div border color is #0710be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,16,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0710be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0710be;
  -webkit-box-shadow: 1px 1px 3px 2px #0710be;
  box-shadow:         1px 1px 3px 2px #0710be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0710be


Comments

No comments written yet.

Please login to write comment.