Color Hex Logo

#7897ca Color Hex

#7897CA
(120,151,202)
0 Favorites   0 Comments

Color spaces of #7897ca

RGB 120151202
HSL0.600.440.63
HSV217°41°79°
CMYK 0.410.250.00   0.21
XYZ29.473030.390660.1897
Yxy30.39060.24550.2531
Hunter Lab55.1277-1.0417-26.1449
CIE-Lab61.98982.2644-29.6760

#7897ca color RGB value is (120,151,202).

#7897ca hex color red value is 120, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7897ca hue: 0.60 , saturation: 0.44 and the lightness value of 7897ca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010111 11001010
Octal 170 227 312
Decimal 120 151 202
Hex 78 97 CA

RGB Percentages of Color #7897ca

%25.37
%31.92
%42.71

CMYK Percentages of Color #7897ca

%41
%25
%0
%21

Triadic Colors of #7897ca

#7897ca #ca7897 #97ca78

Analogous Colors of #7897ca

#7897ca #8278ca #78c0ca

Monochromatic Colors of #7897ca

#7897ca

Complementary Color

#7897ca #caab78

#7897ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7897ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7897ca Color CSS Codes

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

#7897ca Text Font Color

<p style="color:#7897ca">Text here</p>

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


#7897ca Background Color

<div style="background-color:#7897ca">
Div content here</div>

This div background color is #7897ca


#7897ca Border Color

<div style="border:3px solid #7897ca">
Div here</div>

This div border color is #7897ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,151,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7897ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7897ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7897ca;
  box-shadow:         1px 1px 3px 2px #7897ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7897ca


Comments

No comments written yet.

Please login to write comment.