Color Hex Logo

#7e7adf Color Hex

#7E7ADF
(126,122,223)
0 Favorites   0 Comments

Color spaces of #7e7adf

RGB 126122223
HSL0.670.610.68
HSV242°45°87°
CMYK 0.430.450.00   0.13
XYZ28.883023.682472.8609
Yxy23.68240.23030.1888
Hunter Lab48.664620.7789-54.7042
CIE-Lab55.768426.8072-51.1956

#7e7adf color RGB value is (126,122,223).

#7e7adf hex color red value is 126, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7e7adf hue: 0.67 , saturation: 0.61 and the lightness value of 7e7adf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111010 11011111
Octal 176 172 337
Decimal 126 122 223
Hex 7E 7A DF

RGB Percentages of Color #7e7adf

%26.75
%25.90
%47.35

CMYK Percentages of Color #7e7adf

%43
%45
%0
%13

Triadic Colors of #7e7adf

#7e7adf #df7e7a #7adf7e

Analogous Colors of #7e7adf

#7e7adf #b17adf #7aa9df

Monochromatic Colors of #7e7adf

#7e7adf

Complementary Color

#7e7adf #dbdf7a

#7e7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7adf Color CSS Codes

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

#7e7adf Text Font Color

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

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


#7e7adf Background Color

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

This div background color is #7e7adf


#7e7adf Border Color

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

This div border color is #7e7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7adf


Comments

No comments written yet.

Please login to write comment.