Color Hex Logo

#7c97be Color Hex

#7C97BE
(124,151,190)
0 Favorites   0 Comments

Color spaces of #7c97be

RGB 124151190
HSL0.600.340.62
HSV215°35°75°
CMYK 0.350.210.00   0.25
XYZ28.673130.136053.0208
Yxy30.13600.25640.2695
Hunter Lab54.8963-2.8354-18.8370
CIE-Lab61.77140.1160-23.2585

#7c97be color RGB value is (124,151,190).

#7c97be hex color red value is 124, green value is 151 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7c97be hue: 0.60 , saturation: 0.34 and the lightness value of 7c97be is 0.62.

The process color (four color CMYK) of #7c97be color hex is 0.35, 0.21, 0.00, 0.25. Web safe color of #7c97be is #6699cc. Color #7c97be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010111 10111110
Octal 174 227 276
Decimal 124 151 190
Hex 7C 97 BE

RGB Percentages of Color #7c97be

%26.67
%32.47
%40.86

CMYK Percentages of Color #7c97be

%35
%21
%0
%25

Triadic Colors of #7c97be

#7c97be #be7c97 #97be7c

Analogous Colors of #7c97be

#7c97be #827cbe #7cb8be

Monochromatic Colors of #7c97be

#7c97be

Complementary Color

#7c97be #bea37c

#7c97be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c97be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c97be Color CSS Codes

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

#7c97be Text Font Color

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

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


#7c97be Background Color

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

This div background color is #7c97be


#7c97be Border Color

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

This div border color is #7c97be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c97be


Comments

No comments written yet.

Please login to write comment.