Color Hex Logo

#7115df Color Hex

#7115DF
(113,21,223)
0 Favorites   0 Comments

Color spaces of #7115df

RGB 11321223
HSL0.740.830.48
HSV267°91°87°
CMYK 0.490.910.00   0.13
XYZ20.39759.374870.5465
Yxy9.37480.20330.0935
Hunter Lab30.618365.3323-115.1751
CIE-Lab36.696172.2140-82.2066

#7115df color RGB value is (113,21,223).

#7115df hex color red value is 113, green value is 21 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7115df hue: 0.74 , saturation: 0.83 and the lightness value of 7115df is 0.48.

The process color (four color CMYK) of #7115df color hex is 0.49, 0.91, 0.00, 0.13. Web safe color of #7115df is #6600cc. Color #7115df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010101 11011111
Octal 161 25 337
Decimal 113 21 223
Hex 71 15 DF

RGB Percentages of Color #7115df

%31.65
%5.88
%62.46

CMYK Percentages of Color #7115df

%49
%91
%0
%13

Triadic Colors of #7115df

#7115df #df7115 #15df71

Analogous Colors of #7115df

#7115df #d615df #151edf

Monochromatic Colors of #7115df

#7115df

Complementary Color

#7115df #83df15

#7115df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7115df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7115df Color CSS Codes

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

#7115df Text Font Color

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

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


#7115df Background Color

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

This div background color is #7115df


#7115df Border Color

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

This div border color is #7115df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,21,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7115df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7115df;
  -webkit-box-shadow: 1px 1px 3px 2px #7115df;
  box-shadow:         1px 1px 3px 2px #7115df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7115df


Comments

No comments written yet.

Please login to write comment.