Color Hex Logo

#7109fe Color Hex

#7109FE
(113,9,254)
0 Favorites   0 Comments

Color spaces of #7109fe

RGB 1139254
HSL0.740.990.52
HSV265°96°100°
CMYK 0.560.960.00   0.00
XYZ24.797110.861894.5555
Yxy10.86180.19040.0834
Hunter Lab32.957276.6286-147.0350
CIE-Lab39.346780.9267-95.3866

#7109fe color RGB value is (113,9,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 11111110
Octal 161 11 376
Decimal 113 9 254
Hex 71 9 FE

RGB Percentages of Color #7109fe

%30.05
%2.39
%67.55

CMYK Percentages of Color #7109fe

%56
%96
%0
%0

Triadic Colors of #7109fe

#7109fe #fe7109 #09fe71

Analogous Colors of #7109fe

#7109fe #ec09fe #091bfe

Monochromatic Colors of #7109fe

#7109fe

Complementary Color

#7109fe #96fe09

#7109fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7109fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7109fe Color CSS Codes

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

#7109fe Text Font Color

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

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


#7109fe Background Color

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

This div background color is #7109fe


#7109fe Border Color

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

This div border color is #7109fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7109fe

Related Colors


Comments

No comments written yet.

Please login to write comment.