Color Hex Logo

#7c4bfe Color Hex

#7C4BFE
(124,75,254)
1 Favorites   0 Comments

Color spaces of #7c4bfe

RGB 12475254
HSL0.710.990.65
HSV256°70°100°
CMYK 0.510.700.00   0.00
XYZ28.717616.473095.4320
Yxy16.47300.20420.1171
Hunter Lab40.586955.2719-110.9976
CIE-Lab47.589061.4202-81.7635

#7c4bfe color RGB value is (124,75,254).

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

The process color (four color CMYK) of #7c4bfe color hex is 0.51, 0.70, 0.00, 0.00. Web safe color of #7c4bfe is #6633ff. Color #7c4bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01001011 11111110
Octal 174 113 376
Decimal 124 75 254
Hex 7C 4B FE

RGB Percentages of Color #7c4bfe

%27.37
%16.56
%56.07

CMYK Percentages of Color #7c4bfe

%51
%70
%0
%0

Triadic Colors of #7c4bfe

#7c4bfe #fe7c4b #4bfe7c

Analogous Colors of #7c4bfe

#7c4bfe #d64bfe #4b74fe

Monochromatic Colors of #7c4bfe

#7c4bfe

Complementary Color

#7c4bfe #cdfe4b

#7c4bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c4bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c4bfe Color CSS Codes

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

#7c4bfe Text Font Color

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

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


#7c4bfe Background Color

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

This div background color is #7c4bfe


#7c4bfe Border Color

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

This div border color is #7c4bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c4bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.