Color Hex Logo

#7f9cfe Color Hex

#7F9CFE
(127,156,254)
0 Favorites   0 Comments

Color spaces of #7f9cfe

RGB 127156254
HSL0.630.980.75
HSV226°50°100°
CMYK 0.500.390.00   0.00
XYZ38.530335.444798.5767
Yxy35.44470.22330.2054
Hunter Lab59.535511.3350-56.4955
CIE-Lab66.093416.1969-51.9390

#7f9cfe color RGB value is (127,156,254).

#7f9cfe hex color red value is 127, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7f9cfe hue: 0.63 , saturation: 0.98 and the lightness value of 7f9cfe is 0.75.

The process color (four color CMYK) of #7f9cfe color hex is 0.50, 0.39, 0.00, 0.00. Web safe color of #7f9cfe is #6699ff. Color #7f9cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011100 11111110
Octal 177 234 376
Decimal 127 156 254
Hex 7F 9C FE

RGB Percentages of Color #7f9cfe

%23.65
%29.05
%47.30

CMYK Percentages of Color #7f9cfe

%50
%39
%0
%0

Triadic Colors of #7f9cfe

#7f9cfe #fe7f9c #9cfe7f

Analogous Colors of #7f9cfe

#7f9cfe #a27ffe #7fdcfe

Monochromatic Colors of #7f9cfe

#7f9cfe

Complementary Color

#7f9cfe #fee17f

#7f9cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9cfe Color CSS Codes

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

#7f9cfe Text Font Color

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

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


#7f9cfe Background Color

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

This div background color is #7f9cfe


#7f9cfe Border Color

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

This div border color is #7f9cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,156,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f9cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f9cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #7f9cfe;
  box-shadow:         1px 1px 3px 2px #7f9cfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,156,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.