Color Hex Logo

#7498bf Color Hex

#7498BF
(116,152,191)
0 Favorites   0 Comments

Color spaces of #7498bf

RGB 116152191
HSL0.590.370.60
HSV211°39°75°
CMYK 0.390.200.00   0.25
XYZ27.834729.931153.6004
Yxy29.93110.24990.2688
Hunter Lab54.7093-4.9251-19.7917
CIE-Lab61.5947-2.4234-24.1344

#7498bf color RGB value is (116,152,191).

#7498bf hex color red value is 116, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7498bf hue: 0.59 , saturation: 0.37 and the lightness value of 7498bf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011000 10111111
Octal 164 230 277
Decimal 116 152 191
Hex 74 98 BF

RGB Percentages of Color #7498bf

%25.27
%33.12
%41.61

CMYK Percentages of Color #7498bf

%39
%20
%0
%25

Triadic Colors of #7498bf

#7498bf #bf7498 #98bf74

Analogous Colors of #7498bf

#7498bf #7674bf #74bebf

Monochromatic Colors of #7498bf

#7498bf

Complementary Color

#7498bf #bf9b74

#7498bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7498bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7498bf Color CSS Codes

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

#7498bf Text Font Color

<p style="color:#7498bf">Text here</p>

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


#7498bf Background Color

<div style="background-color:#7498bf">
Div content here</div>

This div background color is #7498bf


#7498bf Border Color

<div style="border:3px solid #7498bf">
Div here</div>

This div border color is #7498bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,152,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7498bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7498bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7498bf;
  box-shadow:         1px 1px 3px 2px #7498bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7498bf


Comments

No comments written yet.

Please login to write comment.