Color Hex Logo

#7c71fe Color Hex

#7C71FE
(124,113,254)
0 Favorites   0 Comments

Color spaces of #7c71fe

RGB 124113254
HSL0.680.990.72
HSV245°56°100°
CMYK 0.510.560.00   0.00
XYZ32.106723.251196.5616
Yxy23.25110.21130.1530
Hunter Lab48.219434.4696-84.9774
CIE-Lab55.330040.7646-69.1691

#7c71fe color RGB value is (124,113,254).

#7c71fe hex color red value is 124, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7c71fe hue: 0.68 , saturation: 0.99 and the lightness value of 7c71fe is 0.72.

The process color (four color CMYK) of #7c71fe color hex is 0.51, 0.56, 0.00, 0.00. Web safe color of #7c71fe is #6666ff. Color #7c71fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110001 11111110
Octal 174 161 376
Decimal 124 113 254
Hex 7C 71 FE

RGB Percentages of Color #7c71fe

%25.25
%23.01
%51.73

CMYK Percentages of Color #7c71fe

%51
%56
%0
%0

Triadic Colors of #7c71fe

#7c71fe #fe7c71 #71fe7c

Analogous Colors of #7c71fe

#7c71fe #c371fe #71adfe

Monochromatic Colors of #7c71fe

#7c71fe

Complementary Color

#7c71fe #f3fe71

#7c71fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c71fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c71fe Color CSS Codes

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

#7c71fe Text Font Color

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

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


#7c71fe Background Color

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

This div background color is #7c71fe


#7c71fe Border Color

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

This div border color is #7c71fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c71fe

Related Colors


Comments

No comments written yet.

Please login to write comment.