Color Hex Logo

#7811cf Color Hex

#7811CF
(120,17,207)
0 Favorites   0 Comments

Color spaces of #7811cf

RGB 12017207
HSL0.760.850.44
HSV273°92°81°
CMYK 0.420.920.00   0.19
XYZ19.20878.899059.7367
Yxy8.89900.21870.1013
Hunter Lab29.831262.7339-97.8459
CIE-Lab35.789170.1912-74.4367

#7811cf color RGB value is (120,17,207).

#7811cf hex color red value is 120, green value is 17 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7811cf hue: 0.76 , saturation: 0.85 and the lightness value of 7811cf is 0.44.

The process color (four color CMYK) of #7811cf color hex is 0.42, 0.92, 0.00, 0.19. Web safe color of #7811cf is #6600cc. Color #7811cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010001 11001111
Octal 170 21 317
Decimal 120 17 207
Hex 78 11 CF

RGB Percentages of Color #7811cf

%34.88
%4.94
%60.17

CMYK Percentages of Color #7811cf

%42
%92
%0
%19

Triadic Colors of #7811cf

#7811cf #cf7811 #11cf78

Analogous Colors of #7811cf

#7811cf #cf11c7 #1911cf

Monochromatic Colors of #7811cf

#7811cf

Complementary Color

#7811cf #68cf11

#7811cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7811cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7811cf Color CSS Codes

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

#7811cf Text Font Color

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

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


#7811cf Background Color

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

This div background color is #7811cf


#7811cf Border Color

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

This div border color is #7811cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,17,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7811cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7811cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7811cf;
  box-shadow:         1px 1px 3px 2px #7811cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,17,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7811cf


Comments

No comments written yet.

Please login to write comment.