Color Hex Logo

#7898cb Color Hex

#7898CB
(120,152,203)
0 Favorites   0 Comments

Color spaces of #7898cb

RGB 120152203
HSL0.600.440.63
HSV217°41°80°
CMYK 0.410.250.00   0.20
XYZ29.753530.761360.8693
Yxy30.76130.24510.2534
Hunter Lab55.4629-1.3023-26.2455
CIE-Lab62.30561.9733-29.7469

#7898cb color RGB value is (120,152,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011000 11001011
Octal 170 230 313
Decimal 120 152 203
Hex 78 98 CB

RGB Percentages of Color #7898cb

%25.26
%32.00
%42.74

CMYK Percentages of Color #7898cb

%41
%25
%0
%20

Triadic Colors of #7898cb

#7898cb #cb7898 #98cb78

Analogous Colors of #7898cb

#7898cb #8278cb #78c2cb

Monochromatic Colors of #7898cb

#7898cb

Complementary Color

#7898cb #cbab78

#7898cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7898cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7898cb Color CSS Codes

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

#7898cb Text Font Color

<p style="color:#7898cb">Text here</p>

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


#7898cb Background Color

<div style="background-color:#7898cb">
Div content here</div>

This div background color is #7898cb


#7898cb Border Color

<div style="border:3px solid #7898cb">
Div here</div>

This div border color is #7898cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,152,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7898cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7898cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7898cb;
  box-shadow:         1px 1px 3px 2px #7898cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7898cb


Comments

No comments written yet.

Please login to write comment.