Color Hex Logo

#7d42ff Color Hex

#7D42FF
(125,66,255)
2 Favorites   0 Comments

Color spaces of #7d42ff

RGB 12566255
HSL0.721.000.63
HSV259°74°100°
CMYK 0.510.740.00   0.00
XYZ28.455715.476496.0952
Yxy15.47640.20320.1105
Hunter Lab39.340160.2687-117.2885
CIE-Lab46.279966.0399-84.4629

#7d42ff color RGB value is (125,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000010 11111111
Octal 175 102 377
Decimal 125 66 255
Hex 7D 42 FF

RGB Percentages of Color #7d42ff

%28.03
%14.80
%57.17

CMYK Percentages of Color #7d42ff

%51
%74
%0
%0

Triadic Colors of #7d42ff

#7d42ff #ff7d42 #42ff7d

Analogous Colors of #7d42ff

#7d42ff #dc42ff #4266ff

Monochromatic Colors of #7d42ff

#7d42ff

Complementary Color

#7d42ff #c4ff42

#7d42ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d42ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d42ff Color CSS Codes

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

#7d42ff Text Font Color

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

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


#7d42ff Background Color

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

This div background color is #7d42ff


#7d42ff Border Color

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

This div border color is #7d42ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d42ff


Comments

No comments written yet.

Please login to write comment.