Color Hex Logo

#7897dd Color Hex

#7897DD
(120,151,221)
0 Favorites   0 Comments

Color spaces of #7897dd

RGB 120151221
HSL0.620.600.67
HSV222°46°87°
CMYK 0.460.320.00   0.13
XYZ31.863531.346772.7778
Yxy31.34670.23430.2305
Hunter Lab55.98813.6072-37.8782
CIE-Lab62.79927.6884-39.0070

#7897dd color RGB value is (120,151,221).

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

The process color (four color CMYK) of #7897dd color hex is 0.46, 0.32, 0.00, 0.13. Web safe color of #7897dd is #6699cc. Color #7897dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010111 11011101
Octal 170 227 335
Decimal 120 151 221
Hex 78 97 DD

RGB Percentages of Color #7897dd

%24.39
%30.69
%44.92

CMYK Percentages of Color #7897dd

%46
%32
%0
%13

Triadic Colors of #7897dd

#7897dd #dd7897 #97dd78

Analogous Colors of #7897dd

#7897dd #8c78dd #78cadd

Monochromatic Colors of #7897dd

#7897dd

Complementary Color

#7897dd #ddbe78

#7897dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7897dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7897dd Color CSS Codes

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

#7897dd Text Font Color

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

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


#7897dd Background Color

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

This div background color is #7897dd


#7897dd Border Color

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

This div border color is #7897dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7897dd


Comments

No comments written yet.

Please login to write comment.