Color Hex Logo

#7d41ff Color Hex

#7D41FF
(125,65,255)
0 Favorites   0 Comments

Color spaces of #7d41ff

RGB 12565255
HSL0.721.000.63
HSV259°75°100°
CMYK 0.510.750.00   0.00
XYZ28.397715.360696.0759
Yxy15.36060.20310.1098
Hunter Lab39.192660.7483-117.9074
CIE-Lab46.124266.4837-84.7186

#7d41ff color RGB value is (125,65,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000001 11111111
Octal 175 101 377
Decimal 125 65 255
Hex 7D 41 FF

RGB Percentages of Color #7d41ff

%28.09
%14.61
%57.30

CMYK Percentages of Color #7d41ff

%51
%75
%0
%0

Triadic Colors of #7d41ff

#7d41ff #ff7d41 #41ff7d

Analogous Colors of #7d41ff

#7d41ff #dc41ff #4164ff

Monochromatic Colors of #7d41ff

#7d41ff

Complementary Color

#7d41ff #c3ff41

#7d41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d41ff Color CSS Codes

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

#7d41ff Text Font Color

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

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


#7d41ff Background Color

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

This div background color is #7d41ff


#7d41ff Border Color

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

This div border color is #7d41ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d41ff

Related Colors


Comments

No comments written yet.

Please login to write comment.