Color Hex Logo

#7109ea Color Hex

#7109EA
(113,9,234)
0 Favorites   0 Comments

Color spaces of #7109ea

RGB 1139234
HSL0.740.930.48
HSV268°96°92°
CMYK 0.520.960.00   0.08
XYZ21.75909.646678.5571
Yxy9.64660.19790.0877
Hunter Lab31.059070.6986-128.2202
CIE-Lab37.200576.5573-87.6540

#7109ea color RGB value is (113,9,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 11101010
Octal 161 11 352
Decimal 113 9 234
Hex 71 9 EA

RGB Percentages of Color #7109ea

%31.74
%2.53
%65.73

CMYK Percentages of Color #7109ea

%52
%96
%0
%8

Triadic Colors of #7109ea

#7109ea #ea7109 #09ea71

Analogous Colors of #7109ea

#7109ea #e209ea #0911ea

Monochromatic Colors of #7109ea

#7109ea

Complementary Color

#7109ea #82ea09

#7109ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7109ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7109ea Color CSS Codes

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

#7109ea Text Font Color

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

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


#7109ea Background Color

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

This div background color is #7109ea


#7109ea Border Color

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

This div border color is #7109ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7109ea


Comments

No comments written yet.

Please login to write comment.