Color Hex Logo

#7e94cd Color Hex

#7E94CD
(126,148,205)
0 Favorites   0 Comments

Color spaces of #7e94cd

RGB 126148205
HSL0.620.440.65
HSV223°39°80°
CMYK 0.390.280.00   0.20
XYZ30.213530.023261.9602
Yxy30.02320.24730.2457
Hunter Lab54.79342.5377-28.6895
CIE-Lab61.67426.4354-31.8139

#7e94cd color RGB value is (126,148,205).

#7e94cd hex color red value is 126, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7e94cd hue: 0.62 , saturation: 0.44 and the lightness value of 7e94cd is 0.65.

The process color (four color CMYK) of #7e94cd color hex is 0.39, 0.28, 0.00, 0.20. Web safe color of #7e94cd is #6699cc. Color #7e94cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010100 11001101
Octal 176 224 315
Decimal 126 148 205
Hex 7E 94 CD

RGB Percentages of Color #7e94cd

%26.30
%30.90
%42.80

CMYK Percentages of Color #7e94cd

%39
%28
%0
%20

Triadic Colors of #7e94cd

#7e94cd #cd7e94 #94cd7e

Analogous Colors of #7e94cd

#7e94cd #907ecd #7ebccd

Monochromatic Colors of #7e94cd

#7e94cd

Complementary Color

#7e94cd #cdb77e

#7e94cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e94cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e94cd Color CSS Codes

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

#7e94cd Text Font Color

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

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


#7e94cd Background Color

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

This div background color is #7e94cd


#7e94cd Border Color

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

This div border color is #7e94cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e94cd


Comments

No comments written yet.

Please login to write comment.