Color Hex Logo

#7499cd Color Hex

#7499CD
(116,153,205)
0 Favorites   0 Comments

Color spaces of #7499cd

RGB 116153205
HSL0.600.470.63
HSV215°43°80°
CMYK 0.430.250.00   0.20
XYZ29.613130.903262.1618
Yxy30.90320.24140.2519
Hunter Lab55.5906-2.1968-27.3850
CIE-Lab62.42580.9202-30.6976

#7499cd color RGB value is (116,153,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 11001101
Octal 164 231 315
Decimal 116 153 205
Hex 74 99 CD

RGB Percentages of Color #7499cd

%24.47
%32.28
%43.25

CMYK Percentages of Color #7499cd

%43
%25
%0
%20

Triadic Colors of #7499cd

#7499cd #cd7499 #99cd74

Analogous Colors of #7499cd

#7499cd #7c74cd #74c6cd

Monochromatic Colors of #7499cd

#7499cd

Complementary Color

#7499cd #cda874

#7499cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7499cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7499cd Color CSS Codes

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

#7499cd Text Font Color

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

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


#7499cd Background Color

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

This div background color is #7499cd


#7499cd Border Color

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

This div border color is #7499cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,153,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 #7499cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7499cd


Comments

No comments written yet.

Please login to write comment.