Color Hex Logo

#7119ce Color Hex

#7119CE
(113,25,206)
0 Favorites   0 Comments

Color spaces of #7119ce

RGB 11325206
HSL0.750.780.45
HSV269°88°81°
CMYK 0.450.880.00   0.19
XYZ18.29838.662259.1001
Yxy8.66220.21260.1007
Hunter Lab29.431659.4722-98.4550
CIE-Lab35.325667.4783-74.6522

#7119ce color RGB value is (113,25,206).

#7119ce hex color red value is 113, green value is 25 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7119ce hue: 0.75 , saturation: 0.78 and the lightness value of 7119ce is 0.45.

The process color (four color CMYK) of #7119ce color hex is 0.45, 0.88, 0.00, 0.19. Web safe color of #7119ce is #6600cc. Color #7119ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 11001110
Octal 161 31 316
Decimal 113 25 206
Hex 71 19 CE

RGB Percentages of Color #7119ce

%32.85
%7.27
%59.88

CMYK Percentages of Color #7119ce

%45
%88
%0
%19

Triadic Colors of #7119ce

#7119ce #ce7119 #19ce71

Analogous Colors of #7119ce

#7119ce #cc19ce #191bce

Monochromatic Colors of #7119ce

#7119ce

Complementary Color

#7119ce #76ce19

#7119ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7119ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7119ce Color CSS Codes

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

#7119ce Text Font Color

<p style="color:#7119ce">Text here</p>

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


#7119ce Background Color

<div style="background-color:#7119ce">
Div content here</div>

This div background color is #7119ce


#7119ce Border Color

<div style="border:3px solid #7119ce">
Div here</div>

This div border color is #7119ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,25,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7119ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7119ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7119ce;
  box-shadow:         1px 1px 3px 2px #7119ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7119ce


Comments

No comments written yet.

Please login to write comment.