Color Hex Logo

#7e95df Color Hex

#7E95DF
(126,149,223)
0 Favorites   0 Comments

Color spaces of #7e95df

RGB 126149223
HSL0.630.600.68
HSV226°43°87°
CMYK 0.430.330.00   0.13
XYZ32.670931.258274.1235
Yxy31.25820.23670.2264
Hunter Lab55.90906.4671-39.4696
CIE-Lab62.725010.9177-40.2062

#7e95df color RGB value is (126,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010101 11011111
Octal 176 225 337
Decimal 126 149 223
Hex 7E 95 DF

RGB Percentages of Color #7e95df

%25.30
%29.92
%44.78

CMYK Percentages of Color #7e95df

%43
%33
%0
%13

Triadic Colors of #7e95df

#7e95df #df7e95 #95df7e

Analogous Colors of #7e95df

#7e95df #987edf #7ec6df

Monochromatic Colors of #7e95df

#7e95df

Complementary Color

#7e95df #dfc87e

#7e95df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e95df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e95df Color CSS Codes

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

#7e95df Text Font Color

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

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


#7e95df Background Color

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

This div background color is #7e95df


#7e95df Border Color

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

This div border color is #7e95df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e95df


Comments

No comments written yet.

Please login to write comment.