Color Hex Logo

#7c71ce Color Hex

#7C71CE
(124,113,206)
0 Favorites   0 Comments

Color spaces of #7c71ce

RGB 124113206
HSL0.690.490.63
HSV247°45°81°
CMYK 0.400.450.00   0.19
XYZ25.357920.551661.0229
Yxy20.55160.23710.1922
Hunter Lab45.333920.5113-48.0752
CIE-Lab52.455226.8151-46.8688

#7c71ce color RGB value is (124,113,206).

#7c71ce hex color red value is 124, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7c71ce hue: 0.69 , saturation: 0.49 and the lightness value of 7c71ce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110001 11001110
Octal 174 161 316
Decimal 124 113 206
Hex 7C 71 CE

RGB Percentages of Color #7c71ce

%27.99
%25.51
%46.50

CMYK Percentages of Color #7c71ce

%40
%45
%0
%19

Triadic Colors of #7c71ce

#7c71ce #ce7c71 #71ce7c

Analogous Colors of #7c71ce

#7c71ce #ab71ce #7195ce

Monochromatic Colors of #7c71ce

#7c71ce

Complementary Color

#7c71ce #c3ce71

#7c71ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c71ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c71ce Color CSS Codes

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

#7c71ce Text Font Color

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

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


#7c71ce Background Color

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

This div background color is #7c71ce


#7c71ce Border Color

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

This div border color is #7c71ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c71ce


Comments

No comments written yet.

Please login to write comment.