Color Hex Logo

#7109ef Color Hex

#7109EF
(113,9,239)
0 Favorites   0 Comments

Color spaces of #7109ef

RGB 1139239
HSL0.740.930.49
HSV267°96°94°
CMYK 0.530.960.00   0.06
XYZ22.48779.938182.3944
Yxy9.93810.19590.0866
Hunter Lab31.524872.1619-132.8955
CIE-Lab37.731177.6474-89.6137

#7109ef color RGB value is (113,9,239).

#7109ef hex color red value is 113, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7109ef hue: 0.74 , saturation: 0.93 and the lightness value of 7109ef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 11101111
Octal 161 11 357
Decimal 113 9 239
Hex 71 9 EF

RGB Percentages of Color #7109ef

%31.30
%2.49
%66.20

CMYK Percentages of Color #7109ef

%53
%96
%0
%6

Triadic Colors of #7109ef

#7109ef #ef7109 #09ef71

Analogous Colors of #7109ef

#7109ef #e409ef #0914ef

Monochromatic Colors of #7109ef

#7109ef

Complementary Color

#7109ef #87ef09

#7109ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7109ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7109ef Color CSS Codes

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

#7109ef Text Font Color

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

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


#7109ef Background Color

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

This div background color is #7109ef


#7109ef Border Color

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

This div border color is #7109ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7109ef


Comments

No comments written yet.

Please login to write comment.