Color Hex Logo

#7109be Color Hex

#7109BE
(113,9,190)
0 Favorites   0 Comments

Color spaces of #7109be

RGB 1139190
HSL0.760.910.39
HSV274°95°75°
CMYK 0.410.950.00   0.25
XYZ16.20207.423849.2942
Yxy7.42380.22220.1018
Hunter Lab27.246758.4619-88.1939
CIE-Lab32.752967.0925-69.5141

#7109be color RGB value is (113,9,190).

#7109be hex color red value is 113, green value is 9 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7109be hue: 0.76 , saturation: 0.91 and the lightness value of 7109be is 0.39.

The process color (four color CMYK) of #7109be color hex is 0.41, 0.95, 0.00, 0.25. Web safe color of #7109be is #6600cc. Color #7109be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 10111110
Octal 161 11 276
Decimal 113 9 190
Hex 71 9 BE

RGB Percentages of Color #7109be

%36.22
%2.88
%60.90

CMYK Percentages of Color #7109be

%41
%95
%0
%25

Triadic Colors of #7109be

#7109be #be7109 #09be71

Analogous Colors of #7109be

#7109be #be09b1 #1709be

Monochromatic Colors of #7109be

#7109be

Complementary Color

#7109be #56be09

#7109be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7109be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7109be Color CSS Codes

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

#7109be Text Font Color

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

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


#7109be Background Color

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

This div background color is #7109be


#7109be Border Color

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

This div border color is #7109be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7109be


Comments

No comments written yet.

Please login to write comment.