Color Hex Logo

#7109da Color Hex

#7109DA
(113,9,218)
0 Favorites   0 Comments

Color spaces of #7109da

RGB 1139218
HSL0.750.920.45
HSV270°96°85°
CMYK 0.480.960.00   0.15
XYZ19.56268.768066.9910
Yxy8.76800.20520.0920
Hunter Lab29.610866.1084-113.4091
CIE-Lab35.533773.0830-81.2531

#7109da color RGB value is (113,9,218).

#7109da hex color red value is 113, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7109da hue: 0.75 , saturation: 0.92 and the lightness value of 7109da is 0.45.

The process color (four color CMYK) of #7109da color hex is 0.48, 0.96, 0.00, 0.15. Web safe color of #7109da is #6600cc. Color #7109da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001001 11011010
Octal 161 11 332
Decimal 113 9 218
Hex 71 9 DA

RGB Percentages of Color #7109da

%33.24
%2.65
%64.12

CMYK Percentages of Color #7109da

%48
%96
%0
%15

Triadic Colors of #7109da

#7109da #da7109 #09da71

Analogous Colors of #7109da

#7109da #da09da #090ada

Monochromatic Colors of #7109da

#7109da

Complementary Color

#7109da #72da09

#7109da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7109da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7109da Color CSS Codes

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

#7109da Text Font Color

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

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


#7109da Background Color

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

This div background color is #7109da


#7109da Border Color

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

This div border color is #7109da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7109da


Comments

No comments written yet.

Please login to write comment.