Color Hex Logo

#7118df Color Hex

#7118DF
(113,24,223)
0 Favorites   0 Comments

Color spaces of #7118df

RGB 11324223
HSL0.740.810.48
HSV267°89°87°
CMYK 0.490.890.00   0.13
XYZ20.45609.491770.5660
Yxy9.49170.20350.0944
Hunter Lab30.808664.6037-114.2356
CIE-Lab36.914371.5597-81.8465

#7118df color RGB value is (113,24,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011000 11011111
Octal 161 30 337
Decimal 113 24 223
Hex 71 18 DF

RGB Percentages of Color #7118df

%31.39
%6.67
%61.94

CMYK Percentages of Color #7118df

%49
%89
%0
%13

Triadic Colors of #7118df

#7118df #df7118 #18df71

Analogous Colors of #7118df

#7118df #d518df #1822df

Monochromatic Colors of #7118df

#7118df

Complementary Color

#7118df #86df18

#7118df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7118df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7118df Color CSS Codes

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

#7118df Text Font Color

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

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


#7118df Background Color

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

This div background color is #7118df


#7118df Border Color

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

This div border color is #7118df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,24,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 #7118df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7118df


Comments

No comments written yet.

Please login to write comment.