Color Hex Logo

#7890dc Color Hex

#7890DC
(120,144,220)
0 Favorites   0 Comments

Color spaces of #7890dc

RGB 120144220
HSL0.630.590.67
HSV226°45°86°
CMYK 0.450.350.00   0.14
XYZ30.637329.106971.7136
Yxy29.10690.23310.2214
Hunter Lab53.95086.9517-41.0451
CIE-Lab60.875911.4648-41.4666

#7890dc color RGB value is (120,144,220).

#7890dc hex color red value is 120, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7890dc hue: 0.63 , saturation: 0.59 and the lightness value of 7890dc is 0.67.

The process color (four color CMYK) of #7890dc color hex is 0.45, 0.35, 0.00, 0.14. Web safe color of #7890dc is #6699cc. Color #7890dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010000 11011100
Octal 170 220 334
Decimal 120 144 220
Hex 78 90 DC

RGB Percentages of Color #7890dc

%24.79
%29.75
%45.45

CMYK Percentages of Color #7890dc

%45
%35
%0
%14

Triadic Colors of #7890dc

#7890dc #dc7890 #90dc78

Analogous Colors of #7890dc

#7890dc #9278dc #78c2dc

Monochromatic Colors of #7890dc

#7890dc

Complementary Color

#7890dc #dcc478

#7890dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7890dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7890dc Color CSS Codes

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

#7890dc Text Font Color

<p style="color:#7890dc">Text here</p>

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


#7890dc Background Color

<div style="background-color:#7890dc">
Div content here</div>

This div background color is #7890dc


#7890dc Border Color

<div style="border:3px solid #7890dc">
Div here</div>

This div border color is #7890dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,144,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7890dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7890dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7890dc;
  box-shadow:         1px 1px 3px 2px #7890dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7890dc


Comments

No comments written yet.

Please login to write comment.