Color Hex Logo

#7c11ce Color Hex

#7C11CE
(124,17,206)
0 Favorites   0 Comments

Color spaces of #7c11ce

RGB 12417206
HSL0.760.850.44
HSV274°92°81°
CMYK 0.400.920.00   0.19
XYZ19.65329.142259.1213
Yxy9.14220.22350.1040
Hunter Lab30.236163.1104-94.7659
CIE-Lab36.256670.4220-73.0664

#7c11ce color RGB value is (124,17,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010001 11001110
Octal 174 21 316
Decimal 124 17 206
Hex 7C 11 CE

RGB Percentages of Color #7c11ce

%35.73
%4.90
%59.37

CMYK Percentages of Color #7c11ce

%40
%92
%0
%19

Triadic Colors of #7c11ce

#7c11ce #ce7c11 #11ce7c

Analogous Colors of #7c11ce

#7c11ce #ce11c2 #1d11ce

Monochromatic Colors of #7c11ce

#7c11ce

Complementary Color

#7c11ce #63ce11

#7c11ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c11ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c11ce Color CSS Codes

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

#7c11ce Text Font Color

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

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


#7c11ce Background Color

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

This div background color is #7c11ce


#7c11ce Border Color

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

This div border color is #7c11ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,17,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c11ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c11ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7c11ce;
  box-shadow:         1px 1px 3px 2px #7c11ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c11ce


Comments

No comments written yet.

Please login to write comment.