Color Hex Logo

#711398 Color Hex

#711398
(113,19,152)
0 Favorites   0 Comments

Color spaces of #711398

RGB 11319152
HSL0.780.780.34
HSV282°88°60°
CMYK 0.260.880.00   0.40
XYZ12.71046.243530.2410
Yxy6.24350.25840.1269
Hunter Lab24.987047.0722-54.2660
CIE-Lab30.018757.3316-51.1469

#711398 color RGB value is (113,19,152).

#711398 hex color red value is 113, green value is 19 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #711398 hue: 0.78 , saturation: 0.78 and the lightness value of 711398 is 0.34.

The process color (four color CMYK) of #711398 color hex is 0.26, 0.88, 0.00, 0.40. Web safe color of #711398 is #660099. Color #711398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 10011000
Octal 161 23 230
Decimal 113 19 152
Hex 71 13 98

RGB Percentages of Color #711398

%39.79
%6.69
%53.52

CMYK Percentages of Color #711398

%26
%88
%0
%40

Triadic Colors of #711398

#711398 #987113 #139871

Analogous Colors of #711398

#711398 #98137d #2f1398

Monochromatic Colors of #711398

#711398

Complementary Color

#711398 #3a9813

#711398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711398 Color CSS Codes

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

#711398 Text Font Color

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

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


#711398 Background Color

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

This div background color is #711398


#711398 Border Color

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

This div border color is #711398


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,19,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711398; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711398;
  -webkit-box-shadow: 1px 1px 3px 2px #711398;
  box-shadow:         1px 1px 3px 2px #711398; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711398


Comments

No comments written yet.

Please login to write comment.