Color Hex Logo

#7c89ba Color Hex

#7C89BA
(124,137,186)
0 Favorites   0 Comments

Color spaces of #7c89ba

RGB 124137186
HSL0.630.310.61
HSV227°33°73°
CMYK 0.330.260.00   0.27
XYZ26.120825.721650.0424
Yxy25.72160.25640.2525
Hunter Lab50.71653.1801-23.0005
CIE-Lab57.77187.0947-27.1510

#7c89ba color RGB value is (124,137,186).

#7c89ba hex color red value is 124, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7c89ba hue: 0.63 , saturation: 0.31 and the lightness value of 7c89ba is 0.61.

The process color (four color CMYK) of #7c89ba color hex is 0.33, 0.26, 0.00, 0.27. Web safe color of #7c89ba is #6699cc. Color #7c89ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001001 10111010
Octal 174 211 272
Decimal 124 137 186
Hex 7C 89 BA

RGB Percentages of Color #7c89ba

%27.74
%30.65
%41.61

CMYK Percentages of Color #7c89ba

%33
%26
%0
%27

Triadic Colors of #7c89ba

#7c89ba #ba7c89 #89ba7c

Analogous Colors of #7c89ba

#7c89ba #8e7cba #7ca8ba

Monochromatic Colors of #7c89ba

#7c89ba

Complementary Color

#7c89ba #baad7c

#7c89ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c89ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c89ba Color CSS Codes

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

#7c89ba Text Font Color

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

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


#7c89ba Background Color

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

This div background color is #7c89ba


#7c89ba Border Color

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

This div border color is #7c89ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,137,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c89ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c89ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7c89ba;
  box-shadow:         1px 1px 3px 2px #7c89ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c89ba


Comments

No comments written yet.

Please login to write comment.