Color Hex Logo

#7039ef Color Hex

#7039EF
(112,57,239)
0 Favorites   0 Comments

Color spaces of #7039ef

RGB 11257239
HSL0.720.850.58
HSV258°76°94°
CMYK 0.530.760.00   0.06
XYZ23.725212.603082.8435
Yxy12.60300.19910.1058
Hunter Lab35.500757.1657-113.5071
CIE-Lab42.158964.1339-82.3101

#7039ef color RGB value is (112,57,239).

#7039ef hex color red value is 112, green value is 57 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7039ef hue: 0.72 , saturation: 0.85 and the lightness value of 7039ef is 0.58.

The process color (four color CMYK) of #7039ef color hex is 0.53, 0.76, 0.00, 0.06. Web safe color of #7039ef is #6633ff. Color #7039ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 11101111
Octal 160 71 357
Decimal 112 57 239
Hex 70 39 EF

RGB Percentages of Color #7039ef

%27.45
%13.97
%58.58

CMYK Percentages of Color #7039ef

%53
%76
%0
%6

Triadic Colors of #7039ef

#7039ef #ef7039 #39ef70

Analogous Colors of #7039ef

#7039ef #cb39ef #395def

Monochromatic Colors of #7039ef

#7039ef

Complementary Color

#7039ef #b8ef39

#7039ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7039ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7039ef Color CSS Codes

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

#7039ef Text Font Color

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

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


#7039ef Background Color

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

This div background color is #7039ef


#7039ef Border Color

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

This div border color is #7039ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,57,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 #7039ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7039ef


Comments

No comments written yet.

Please login to write comment.