Color Hex Logo

#7e9fcf Color Hex

#7E9FCF
(126,159,207)
0 Favorites   0 Comments

Color spaces of #7e9fcf

RGB 126159207
HSL0.600.460.65
HSV216°39°81°
CMYK 0.390.230.00   0.19
XYZ32.264833.736963.8428
Yxy33.73690.24850.2598
Hunter Lab58.0835-2.4911-24.5105
CIE-Lab64.75320.7182-28.1672

#7e9fcf color RGB value is (126,159,207).

#7e9fcf hex color red value is 126, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7e9fcf hue: 0.60 , saturation: 0.46 and the lightness value of 7e9fcf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011111 11001111
Octal 176 237 317
Decimal 126 159 207
Hex 7E 9F CF

RGB Percentages of Color #7e9fcf

%25.61
%32.32
%42.07

CMYK Percentages of Color #7e9fcf

%39
%23
%0
%19

Triadic Colors of #7e9fcf

#7e9fcf #cf7e9f #9fcf7e

Analogous Colors of #7e9fcf

#7e9fcf #867ecf #7ec8cf

Monochromatic Colors of #7e9fcf

#7e9fcf

Complementary Color

#7e9fcf #cfae7e

#7e9fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9fcf Color CSS Codes

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

#7e9fcf Text Font Color

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

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


#7e9fcf Background Color

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

This div background color is #7e9fcf


#7e9fcf Border Color

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

This div border color is #7e9fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9fcf


Comments

No comments written yet.

Please login to write comment.