Color Hex Logo

#0717ea Color Hex

#0717EA
(7,23,234)
0 Favorites   0 Comments

Color spaces of #0717ea

RGB 723234
HSL0.650.940.47
HSV236°97°92°
CMYK 0.970.900.00   0.08
XYZ15.24536.598578.3120
Yxy6.59850.15220.0659
Hunter Lab25.687560.9848-162.7724
CIE-Lab30.874869.6197-98.3736

#0717ea color RGB value is (7,23,234).

#0717ea hex color red value is 7, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0717ea hue: 0.65 , saturation: 0.94 and the lightness value of 0717ea is 0.47.

The process color (four color CMYK) of #0717ea color hex is 0.97, 0.90, 0.00, 0.08. Web safe color of #0717ea is #0000ff. Color #0717ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010111 11101010
Octal 7 27 352
Decimal 7 23 234
Hex 7 17 EA

RGB Percentages of Color #0717ea

%2.65
%8.71
%88.64

CMYK Percentages of Color #0717ea

%97
%90
%0
%8

Triadic Colors of #0717ea

#0717ea #ea0717 #17ea07

Analogous Colors of #0717ea

#0717ea #6907ea #0789ea

Monochromatic Colors of #0717ea

#0717ea

Complementary Color

#0717ea #eada07

#0717ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0717ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0717ea Color CSS Codes

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

#0717ea Text Font Color

<p style="color:#0717ea">Text here</p>

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


#0717ea Background Color

<div style="background-color:#0717ea">
Div content here</div>

This div background color is #0717ea


#0717ea Border Color

<div style="border:3px solid #0717ea">
Div here</div>

This div border color is #0717ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,23,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0717ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0717ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0717ea;
  box-shadow:         1px 1px 3px 2px #0717ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0717ea


Comments

No comments written yet.

Please login to write comment.