Color Hex Logo

#7c88bb Color Hex

#7C88BB
(124,136,187)
0 Favorites   0 Comments

Color spaces of #7c88bb

RGB 124136187
HSL0.630.320.61
HSV229°34°73°
CMYK 0.340.270.00   0.27
XYZ26.086025.481350.5572
Yxy25.48130.25540.2495
Hunter Lab50.47903.9051-24.0465
CIE-Lab57.54147.9436-28.0758

#7c88bb color RGB value is (124,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001000 10111011
Octal 174 210 273
Decimal 124 136 187
Hex 7C 88 BB

RGB Percentages of Color #7c88bb

%27.74
%30.43
%41.83

CMYK Percentages of Color #7c88bb

%34
%27
%0
%27

Triadic Colors of #7c88bb

#7c88bb #bb7c88 #88bb7c

Analogous Colors of #7c88bb

#7c88bb #907cbb #7ca8bb

Monochromatic Colors of #7c88bb

#7c88bb

Complementary Color

#7c88bb #bbaf7c

#7c88bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c88bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c88bb Color CSS Codes

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

#7c88bb Text Font Color

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

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


#7c88bb Background Color

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

This div background color is #7c88bb


#7c88bb Border Color

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

This div border color is #7c88bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c88bb


Comments

No comments written yet.

Please login to write comment.