Color Hex Logo

#7f81de Color Hex

#7F81DE
(127,129,222)
0 Favorites   0 Comments

Color spaces of #7f81de

RGB 127129222
HSL0.660.590.68
HSV239°43°87°
CMYK 0.430.420.00   0.13
XYZ29.787525.486572.4567
Yxy25.48650.23320.1995
Hunter Lab50.484216.9743-49.7563
CIE-Lab57.546422.6164-47.8060

#7f81de color RGB value is (127,129,222).

#7f81de hex color red value is 127, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7f81de hue: 0.66 , saturation: 0.59 and the lightness value of 7f81de is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000001 11011110
Octal 177 201 336
Decimal 127 129 222
Hex 7F 81 DE

RGB Percentages of Color #7f81de

%26.57
%26.99
%46.44

CMYK Percentages of Color #7f81de

%43
%42
%0
%13

Triadic Colors of #7f81de

#7f81de #de7f81 #81de7f

Analogous Colors of #7f81de

#7f81de #ad7fde #7fb1de

Monochromatic Colors of #7f81de

#7f81de

Complementary Color

#7f81de #dedc7f

#7f81de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f81de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f81de Color CSS Codes

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

#7f81de Text Font Color

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

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


#7f81de Background Color

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

This div background color is #7f81de


#7f81de Border Color

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

This div border color is #7f81de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f81de


Comments

No comments written yet.

Please login to write comment.