Color Hex Logo

#7896cf Color Hex

#7896CF
(120,150,207)
0 Favorites   0 Comments

Color spaces of #7896cf

RGB 120150207
HSL0.610.480.64
HSV219°42°81°
CMYK 0.420.280.00   0.19
XYZ29.914630.310863.3054
Yxy30.31080.24220.2454
Hunter Lab55.05520.6424-29.6361
CIE-Lab61.92154.2407-32.5785

#7896cf color RGB value is (120,150,207).

#7896cf hex color red value is 120, green value is 150 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7896cf hue: 0.61 , saturation: 0.48 and the lightness value of 7896cf is 0.64.

The process color (four color CMYK) of #7896cf color hex is 0.42, 0.28, 0.00, 0.19. Web safe color of #7896cf is #6699cc. Color #7896cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 11001111
Octal 170 226 317
Decimal 120 150 207
Hex 78 96 CF

RGB Percentages of Color #7896cf

%25.16
%31.45
%43.40

CMYK Percentages of Color #7896cf

%42
%28
%0
%19

Triadic Colors of #7896cf

#7896cf #cf7896 #96cf78

Analogous Colors of #7896cf

#7896cf #8678cf #78c2cf

Monochromatic Colors of #7896cf

#7896cf

Complementary Color

#7896cf #cfb178

#7896cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7896cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7896cf Color CSS Codes

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

#7896cf Text Font Color

<p style="color:#7896cf">Text here</p>

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


#7896cf Background Color

<div style="background-color:#7896cf">
Div content here</div>

This div background color is #7896cf


#7896cf Border Color

<div style="border:3px solid #7896cf">
Div here</div>

This div border color is #7896cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,150,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7896cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7896cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7896cf;
  box-shadow:         1px 1px 3px 2px #7896cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7896cf


Comments

No comments written yet.

Please login to write comment.