Color Hex Logo

#7881e1 Color Hex

#7881E1
(120,129,225)
0 Favorites   0 Comments

Color spaces of #7881e1

RGB 120129225
HSL0.650.640.68
HSV235°47°88°
CMYK 0.470.430.00   0.12
XYZ29.186625.129874.5464
Yxy25.12980.22650.1950
Hunter Lab50.129616.1999-53.0778
CIE-Lab57.201721.8030-50.0631

#7881e1 color RGB value is (120,129,225).

#7881e1 hex color red value is 120, green value is 129 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #7881e1 hue: 0.65 , saturation: 0.64 and the lightness value of 7881e1 is 0.68.

The process color (four color CMYK) of #7881e1 color hex is 0.47, 0.43, 0.00, 0.12. Web safe color of #7881e1 is #6699cc. Color #7881e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000001 11100001
Octal 170 201 341
Decimal 120 129 225
Hex 78 81 E1

RGB Percentages of Color #7881e1

%25.32
%27.22
%47.47

CMYK Percentages of Color #7881e1

%47
%43
%0
%12

Triadic Colors of #7881e1

#7881e1 #e17881 #81e178

Analogous Colors of #7881e1

#7881e1 #a478e1 #78b6e1

Monochromatic Colors of #7881e1

#7881e1

Complementary Color

#7881e1 #e1d878

#7881e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7881e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7881e1 Color CSS Codes

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

#7881e1 Text Font Color

<p style="color:#7881e1">Text here</p>

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


#7881e1 Background Color

<div style="background-color:#7881e1">
Div content here</div>

This div background color is #7881e1


#7881e1 Border Color

<div style="border:3px solid #7881e1">
Div here</div>

This div border color is #7881e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,129,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7881e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7881e1;
  -webkit-box-shadow: 1px 1px 3px 2px #7881e1;
  box-shadow:         1px 1px 3px 2px #7881e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7881e1


Comments

No comments written yet.

Please login to write comment.