Color Hex Logo

#7598da Color Hex

#7598DA
(117,152,218)
0 Favorites   0 Comments

Color spaces of #7598da

RGB 117152218
HSL0.610.580.66
HSV219°46°85°
CMYK 0.460.300.00   0.15
XYZ31.219231.300370.7258
Yxy31.30030.23430.2349
Hunter Lab55.94671.6994-35.7896
CIE-Lab62.76035.4989-37.4149

#7598da color RGB value is (117,152,218).

#7598da hex color red value is 117, green value is 152 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7598da hue: 0.61 , saturation: 0.58 and the lightness value of 7598da is 0.66.

The process color (four color CMYK) of #7598da color hex is 0.46, 0.30, 0.00, 0.15. Web safe color of #7598da is #6699cc. Color #7598da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011000 11011010
Octal 165 230 332
Decimal 117 152 218
Hex 75 98 DA

RGB Percentages of Color #7598da

%24.02
%31.21
%44.76

CMYK Percentages of Color #7598da

%46
%30
%0
%15

Triadic Colors of #7598da

#7598da #da7598 #98da75

Analogous Colors of #7598da

#7598da #8575da #75cbda

Monochromatic Colors of #7598da

#7598da

Complementary Color

#7598da #dab775

#7598da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7598da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7598da Color CSS Codes

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

#7598da Text Font Color

<p style="color:#7598da">Text here</p>

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


#7598da Background Color

<div style="background-color:#7598da">
Div content here</div>

This div background color is #7598da


#7598da Border Color

<div style="border:3px solid #7598da">
Div here</div>

This div border color is #7598da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,152,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7598da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7598da;
  -webkit-box-shadow: 1px 1px 3px 2px #7598da;
  box-shadow:         1px 1px 3px 2px #7598da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7598da


Comments

No comments written yet.

Please login to write comment.