Color Hex Logo

#7889ed Color Hex

#7889ED
(120,137,237)
0 Favorites   0 Comments

Color spaces of #7889ed

RGB 120137237
HSL0.640.760.70
HSV231°49°93°
CMYK 0.490.420.00   0.07
XYZ31.977527.998883.8397
Yxy27.99880.22240.1947
Hunter Lab52.913915.2738-56.9026
CIE-Lab59.887720.6520-52.4722

#7889ed color RGB value is (120,137,237).

#7889ed hex color red value is 120, green value is 137 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7889ed hue: 0.64 , saturation: 0.76 and the lightness value of 7889ed is 0.70.

The process color (four color CMYK) of #7889ed color hex is 0.49, 0.42, 0.00, 0.07. Web safe color of #7889ed is #6699ff. Color #7889ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001001 11101101
Octal 170 211 355
Decimal 120 137 237
Hex 78 89 ED

RGB Percentages of Color #7889ed

%24.29
%27.73
%47.98

CMYK Percentages of Color #7889ed

%49
%42
%0
%7

Triadic Colors of #7889ed

#7889ed #ed7889 #89ed78

Analogous Colors of #7889ed

#7889ed #a278ed #78c4ed

Monochromatic Colors of #7889ed

#7889ed

Complementary Color

#7889ed #eddc78

#7889ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7889ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7889ed Color CSS Codes

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

#7889ed Text Font Color

<p style="color:#7889ed">Text here</p>

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


#7889ed Background Color

<div style="background-color:#7889ed">
Div content here</div>

This div background color is #7889ed


#7889ed Border Color

<div style="border:3px solid #7889ed">
Div here</div>

This div border color is #7889ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,137,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7889ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7889ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7889ed;
  box-shadow:         1px 1px 3px 2px #7889ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7889ed


Comments

No comments written yet.

Please login to write comment.