Color Hex Logo

#7e4adf Color Hex

#7E4ADF
(126,74,223)
0 Favorites   0 Comments

Color spaces of #7e4adf

RGB 12674223
HSL0.720.700.58
HSV261°67°87°
CMYK 0.430.670.00   0.13
XYZ24.372214.660971.3573
Yxy14.66090.22080.1328
Hunter Lab38.289646.6127-83.6915
CIE-Lab45.166254.0074-68.2635

#7e4adf color RGB value is (126,74,223).

#7e4adf hex color red value is 126, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7e4adf hue: 0.72 , saturation: 0.70 and the lightness value of 7e4adf is 0.58.

The process color (four color CMYK) of #7e4adf color hex is 0.43, 0.67, 0.00, 0.13. Web safe color of #7e4adf is #6633cc. Color #7e4adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01001010 11011111
Octal 176 112 337
Decimal 126 74 223
Hex 7E 4A DF

RGB Percentages of Color #7e4adf

%29.79
%17.49
%52.72

CMYK Percentages of Color #7e4adf

%43
%67
%0
%13

Triadic Colors of #7e4adf

#7e4adf #df7e4a #4adf7e

Analogous Colors of #7e4adf

#7e4adf #c94adf #4a61df

Monochromatic Colors of #7e4adf

#7e4adf

Complementary Color

#7e4adf #abdf4a

#7e4adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e4adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e4adf Color CSS Codes

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

#7e4adf Text Font Color

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

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


#7e4adf Background Color

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

This div background color is #7e4adf


#7e4adf Border Color

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

This div border color is #7e4adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,74,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e4adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e4adf;
  -webkit-box-shadow: 1px 1px 3px 2px #7e4adf;
  box-shadow:         1px 1px 3px 2px #7e4adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,74,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e4adf


Comments

No comments written yet.

Please login to write comment.