Color Hex Logo

#7d43fe Color Hex

#7D43FE
(125,67,254)
0 Favorites   0 Comments

Color spaces of #7d43fe

RGB 12567254
HSL0.720.990.63
HSV259°74°100°
CMYK 0.510.740.00   0.00
XYZ28.354015.530095.2691
Yxy15.53000.20380.1116
Hunter Lab39.408159.4659-115.7478
CIE-Lab46.351765.3314-83.7878

#7d43fe color RGB value is (125,67,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000011 11111110
Octal 175 103 376
Decimal 125 67 254
Hex 7D 43 FE

RGB Percentages of Color #7d43fe

%28.03
%15.02
%56.95

CMYK Percentages of Color #7d43fe

%51
%74
%0
%0

Triadic Colors of #7d43fe

#7d43fe #fe7d43 #43fe7d

Analogous Colors of #7d43fe

#7d43fe #db43fe #4367fe

Monochromatic Colors of #7d43fe

#7d43fe

Complementary Color

#7d43fe #c4fe43

#7d43fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d43fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d43fe Color CSS Codes

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

#7d43fe Text Font Color

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

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


#7d43fe Background Color

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

This div background color is #7d43fe


#7d43fe Border Color

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

This div border color is #7d43fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d43fe


Comments

No comments written yet.

Please login to write comment.