Color Hex Logo

#7611df Color Hex

#7611DF
(118,17,223)
0 Favorites   0 Comments

Color spaces of #7611df

RGB 11817223
HSL0.750.860.47
HSV269°92°87°
CMYK 0.470.920.00   0.13
XYZ20.99099.580270.5548
Yxy9.58020.20760.0947
Hunter Lab30.951966.8890-113.4851
CIE-Lab37.078273.4423-81.5547

#7611df color RGB value is (118,17,223).

#7611df hex color red value is 118, green value is 17 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7611df hue: 0.75 , saturation: 0.86 and the lightness value of 7611df is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010001 11011111
Octal 166 21 337
Decimal 118 17 223
Hex 76 11 DF

RGB Percentages of Color #7611df

%32.96
%4.75
%62.29

CMYK Percentages of Color #7611df

%47
%92
%0
%13

Triadic Colors of #7611df

#7611df #df7611 #11df76

Analogous Colors of #7611df

#7611df #dd11df #1113df

Monochromatic Colors of #7611df

#7611df

Complementary Color

#7611df #7adf11

#7611df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7611df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7611df Color CSS Codes

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

#7611df Text Font Color

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

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


#7611df Background Color

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

This div background color is #7611df


#7611df Border Color

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

This div border color is #7611df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7611df


Comments

No comments written yet.

Please login to write comment.