Color Hex Logo

#7398bf Color Hex

#7398BF
(115,152,191)
0 Favorites   0 Comments

Color spaces of #7398bf

RGB 115152191
HSL0.590.370.60
HSV211°40°75°
CMYK 0.400.200.00   0.25
XYZ27.702429.862953.5943
Yxy29.86290.24920.2686
Hunter Lab54.6470-5.1445-19.8950
CIE-Lab61.5357-2.6960-24.2301

#7398bf color RGB value is (115,152,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011000 10111111
Octal 163 230 277
Decimal 115 152 191
Hex 73 98 BF

RGB Percentages of Color #7398bf

%25.11
%33.19
%41.70

CMYK Percentages of Color #7398bf

%40
%20
%0
%25

Triadic Colors of #7398bf

#7398bf #bf7398 #98bf73

Analogous Colors of #7398bf

#7398bf #7473bf #73bebf

Monochromatic Colors of #7398bf

#7398bf

Complementary Color

#7398bf #bf9a73

#7398bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7398bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7398bf Color CSS Codes

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

#7398bf Text Font Color

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

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


#7398bf Background Color

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

This div background color is #7398bf


#7398bf Border Color

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

This div border color is #7398bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #7398bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7398bf


Comments

No comments written yet.

Please login to write comment.