Color Hex Logo

#7f9edd Color Hex

#7F9EDD
(127,158,221)
0 Favorites   0 Comments

Color spaces of #7f9edd

RGB 127158221
HSL0.610.580.68
HSV220°43°87°
CMYK 0.430.290.00   0.13
XYZ34.030434.186273.2116
Yxy34.18620.24060.2417
Hunter Lab58.46901.5708-33.3114
CIE-Lab65.11015.4294-35.3695

#7f9edd color RGB value is (127,158,221).

#7f9edd hex color red value is 127, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7f9edd hue: 0.61 , saturation: 0.58 and the lightness value of 7f9edd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011110 11011101
Octal 177 236 335
Decimal 127 158 221
Hex 7F 9E DD

RGB Percentages of Color #7f9edd

%25.10
%31.23
%43.68

CMYK Percentages of Color #7f9edd

%43
%29
%0
%13

Triadic Colors of #7f9edd

#7f9edd #dd7f9e #9edd7f

Analogous Colors of #7f9edd

#7f9edd #8f7fdd #7fcddd

Monochromatic Colors of #7f9edd

#7f9edd

Complementary Color

#7f9edd #ddbe7f

#7f9edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9edd Color CSS Codes

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

#7f9edd Text Font Color

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

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


#7f9edd Background Color

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

This div background color is #7f9edd


#7f9edd Border Color

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

This div border color is #7f9edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9edd


Comments

No comments written yet.

Please login to write comment.