Color Hex Logo

#7490cd Color Hex

#7490CD
(116,144,205)
0 Favorites   0 Comments

Color spaces of #7490cd

RGB 116144205
HSL0.610.470.63
HSV221°43°80°
CMYK 0.430.300.00   0.20
XYZ28.195228.067361.6891
Yxy28.06730.23900.2380
Hunter Lab52.97862.2852-31.9532
CIE-Lab59.94956.0955-34.5455

#7490cd color RGB value is (116,144,205).

#7490cd hex color red value is 116, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7490cd hue: 0.61 , saturation: 0.47 and the lightness value of 7490cd is 0.63.

The process color (four color CMYK) of #7490cd color hex is 0.43, 0.30, 0.00, 0.20. Web safe color of #7490cd is #6699cc. Color #7490cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010000 11001101
Octal 164 220 315
Decimal 116 144 205
Hex 74 90 CD

RGB Percentages of Color #7490cd

%24.95
%30.97
%44.09

CMYK Percentages of Color #7490cd

%43
%30
%0
%20

Triadic Colors of #7490cd

#7490cd #cd7490 #90cd74

Analogous Colors of #7490cd

#7490cd #8574cd #74bdcd

Monochromatic Colors of #7490cd

#7490cd

Complementary Color

#7490cd #cdb174

#7490cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7490cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7490cd Color CSS Codes

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

#7490cd Text Font Color

<p style="color:#7490cd">Text here</p>

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


#7490cd Background Color

<div style="background-color:#7490cd">
Div content here</div>

This div background color is #7490cd


#7490cd Border Color

<div style="border:3px solid #7490cd">
Div here</div>

This div border color is #7490cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,144,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7490cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7490cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7490cd;
  box-shadow:         1px 1px 3px 2px #7490cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7490cd


Comments

No comments written yet.

Please login to write comment.