Color Hex Logo

#7109ff Color Hex

#7109FF
(113,9,255)
0 Favorites   0 Comments

Color spaces of #7109ff

RGB 1139255
HSL0.741.000.52
HSV265°96°100°
CMYK 0.560.960.00   0.00
XYZ24.957710.926195.4013
Yxy10.92610.19010.0832
Hunter Lab33.054776.9296-147.9827
CIE-Lab39.455781.1451-95.7659

#7109ff color RGB value is (113,9,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 11111111
Octal 161 11 377
Decimal 113 9 255
Hex 71 9 FF

RGB Percentages of Color #7109ff

%29.97
%2.39
%67.64

CMYK Percentages of Color #7109ff

%56
%96
%0
%0

Triadic Colors of #7109ff

#7109ff #ff7109 #09ff71

Analogous Colors of #7109ff

#7109ff #ec09ff #091cff

Monochromatic Colors of #7109ff

#7109ff

Complementary Color

#7109ff #97ff09

#7109ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7109ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7109ff Color CSS Codes

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

#7109ff Text Font Color

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

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


#7109ff Background Color

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

This div background color is #7109ff


#7109ff Border Color

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

This div border color is #7109ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,9,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7109ff

Related Colors


Comments

No comments written yet.

Please login to write comment.