Color Hex Logo

#7d4afe Color Hex

#7D4AFE
(125,74,254)
0 Favorites   0 Comments

Color spaces of #7d4afe

RGB 12574254
HSL0.710.990.64
HSV257°71°100°
CMYK 0.510.710.00   0.00
XYZ28.795616.413395.4163
Yxy16.41330.20480.1167
Hunter Lab40.513355.9738-111.2795
CIE-Lab47.512162.0552-81.8856

#7d4afe color RGB value is (125,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001010 11111110
Octal 175 112 376
Decimal 125 74 254
Hex 7D 4A FE

RGB Percentages of Color #7d4afe

%27.59
%16.34
%56.07

CMYK Percentages of Color #7d4afe

%51
%71
%0
%0

Triadic Colors of #7d4afe

#7d4afe #fe7d4a #4afe7d

Analogous Colors of #7d4afe

#7d4afe #d74afe #4a71fe

Monochromatic Colors of #7d4afe

#7d4afe

Complementary Color

#7d4afe #cbfe4a

#7d4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4afe Color CSS Codes

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

#7d4afe Text Font Color

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

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


#7d4afe Background Color

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

This div background color is #7d4afe


#7d4afe Border Color

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

This div border color is #7d4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4afe


Comments

No comments written yet.

Please login to write comment.