Color Hex Logo

#7d15fe Color Hex

#7D15FE
(125,21,254)
0 Favorites   0 Comments

Color spaces of #7d15fe

RGB 12521254
HSL0.740.990.54
HSV267°92°100°
CMYK 0.510.920.00   0.00
XYZ26.615012.052194.6894
Yxy12.05210.19960.0904
Hunter Lab34.716176.0931-137.4141
CIE-Lab41.298880.1366-92.1109

#7d15fe color RGB value is (125,21,254).

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

The process color (four color CMYK) of #7d15fe color hex is 0.51, 0.92, 0.00, 0.00. Web safe color of #7d15fe is #6600ff. Color #7d15fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010101 11111110
Octal 175 25 376
Decimal 125 21 254
Hex 7D 15 FE

RGB Percentages of Color #7d15fe

%31.25
%5.25
%63.50

CMYK Percentages of Color #7d15fe

%51
%92
%0
%0

Triadic Colors of #7d15fe

#7d15fe #fe7d15 #15fe7d

Analogous Colors of #7d15fe

#7d15fe #f215fe #1522fe

Monochromatic Colors of #7d15fe

#7d15fe

Complementary Color

#7d15fe #96fe15

#7d15fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d15fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d15fe Color CSS Codes

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

#7d15fe Text Font Color

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

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


#7d15fe Background Color

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

This div background color is #7d15fe


#7d15fe Border Color

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

This div border color is #7d15fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d15fe

Related Colors


Comments

No comments written yet.

Please login to write comment.