Color Hex Logo

#7d10fc Color Hex

#7D10FC
(125,16,252)
0 Favorites   0 Comments

Color spaces of #7d10fc

RGB 12516252
HSL0.740.980.53
HSV268°94°99°
CMYK 0.500.940.00   0.01
XYZ26.213411.758892.9835
Yxy11.75880.20020.0898
Hunter Lab34.291176.4426-136.7665
CIE-Lab40.830280.5029-91.7655

#7d10fc color RGB value is (125,16,252).

#7d10fc hex color red value is 125, green value is 16 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7d10fc hue: 0.74 , saturation: 0.98 and the lightness value of 7d10fc is 0.53.

The process color (four color CMYK) of #7d10fc color hex is 0.50, 0.94, 0.00, 0.01. Web safe color of #7d10fc is #6600ff. Color #7d10fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010000 11111100
Octal 175 20 374
Decimal 125 16 252
Hex 7D 10 FC

RGB Percentages of Color #7d10fc

%31.81
%4.07
%64.12

CMYK Percentages of Color #7d10fc

%50
%94
%0
%1

Triadic Colors of #7d10fc

#7d10fc #fc7d10 #10fc7d

Analogous Colors of #7d10fc

#7d10fc #f310fc #1019fc

Monochromatic Colors of #7d10fc

#7d10fc

Complementary Color

#7d10fc #8ffc10

#7d10fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d10fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d10fc Color CSS Codes

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

#7d10fc Text Font Color

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

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


#7d10fc Background Color

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

This div background color is #7d10fc


#7d10fc Border Color

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

This div border color is #7d10fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,16,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d10fc


Comments

No comments written yet.

Please login to write comment.