Color Hex Logo

#7f9dfc Color Hex

#7F9DFC
(127,157,252)
0 Favorites   0 Comments

Color spaces of #7f9dfc

RGB 127157252
HSL0.630.950.74
HSV226°50°99°
CMYK 0.500.380.00   0.01
XYZ38.380135.654296.9546
Yxy35.65420.22450.2085
Hunter Lab59.711110.2387-54.4730
CIE-Lab66.254915.0197-50.5936

#7f9dfc color RGB value is (127,157,252).

#7f9dfc hex color red value is 127, green value is 157 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7f9dfc hue: 0.63 , saturation: 0.95 and the lightness value of 7f9dfc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011101 11111100
Octal 177 235 374
Decimal 127 157 252
Hex 7F 9D FC

RGB Percentages of Color #7f9dfc

%23.69
%29.29
%47.01

CMYK Percentages of Color #7f9dfc

%50
%38
%0
%1

Triadic Colors of #7f9dfc

#7f9dfc #fc7f9d #9dfc7f

Analogous Colors of #7f9dfc

#7f9dfc #a07ffc #7fdcfc

Monochromatic Colors of #7f9dfc

#7f9dfc

Complementary Color

#7f9dfc #fcde7f

#7f9dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9dfc Color CSS Codes

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

#7f9dfc Text Font Color

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

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


#7f9dfc Background Color

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

This div background color is #7f9dfc


#7f9dfc Border Color

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

This div border color is #7f9dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9dfc


Comments

No comments written yet.

Please login to write comment.