Color Hex Logo

#0724ef Color Hex

#0724EF
(7,36,239)
0 Favorites   0 Comments

Color spaces of #0724ef

RGB 736239
HSL0.650.940.48
HSV233°97°94°
CMYK 0.970.850.00   0.06
XYZ16.29857.538982.2575
Yxy7.53890.15360.0711
Hunter Lab27.457157.9077-158.4046
CIE-Lab33.003566.5614-97.6637

#0724ef color RGB value is (7,36,239).

#0724ef hex color red value is 7, green value is 36 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0724ef hue: 0.65 , saturation: 0.94 and the lightness value of 0724ef is 0.48.

The process color (four color CMYK) of #0724ef color hex is 0.97, 0.85, 0.00, 0.06. Web safe color of #0724ef is #0033ff. Color #0724ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100100 11101111
Octal 7 44 357
Decimal 7 36 239
Hex 7 24 EF

RGB Percentages of Color #0724ef

%2.48
%12.77
%84.75

CMYK Percentages of Color #0724ef

%97
%85
%0
%6

Triadic Colors of #0724ef

#0724ef #ef0724 #24ef07

Analogous Colors of #0724ef

#0724ef #5e07ef #0798ef

Monochromatic Colors of #0724ef

#0724ef

Complementary Color

#0724ef #efd207

#0724ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0724ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0724ef Color CSS Codes

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

#0724ef Text Font Color

<p style="color:#0724ef">Text here</p>

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


#0724ef Background Color

<div style="background-color:#0724ef">
Div content here</div>

This div background color is #0724ef


#0724ef Border Color

<div style="border:3px solid #0724ef">
Div here</div>

This div border color is #0724ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,36,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0724ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0724ef;
  -webkit-box-shadow: 1px 1px 3px 2px #0724ef;
  box-shadow:         1px 1px 3px 2px #0724ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0724ef


Comments

No comments written yet.

Please login to write comment.