Color Hex Logo

#7488af Color Hex

#7488AF
(116,136,175)
0 Favorites   0 Comments

Color spaces of #7488af

RGB 116136175
HSL0.610.270.57
HSV220°34°69°
CMYK 0.340.220.00   0.31
XYZ23.744524.416544.0188
Yxy24.41650.25760.2649
Hunter Lab49.4131-0.6981-18.2284
CIE-Lab56.50242.3936-22.8804

#7488af color RGB value is (116,136,175).

#7488af hex color red value is 116, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7488af hue: 0.61 , saturation: 0.27 and the lightness value of 7488af is 0.57.

The process color (four color CMYK) of #7488af color hex is 0.34, 0.22, 0.00, 0.31. Web safe color of #7488af is #669999. Color #7488af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001000 10101111
Octal 164 210 257
Decimal 116 136 175
Hex 74 88 AF

RGB Percentages of Color #7488af

%27.17
%31.85
%40.98

CMYK Percentages of Color #7488af

%34
%22
%0
%31

Triadic Colors of #7488af

#7488af #af7488 #88af74

Analogous Colors of #7488af

#7488af #7e74af #74a6af

Monochromatic Colors of #7488af

#7488af

Complementary Color

#7488af #af9b74

#7488af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7488af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7488af Color CSS Codes

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

#7488af Text Font Color

<p style="color:#7488af">Text here</p>

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


#7488af Background Color

<div style="background-color:#7488af">
Div content here</div>

This div background color is #7488af


#7488af Border Color

<div style="border:3px solid #7488af">
Div here</div>

This div border color is #7488af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,136,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7488af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7488af;
  -webkit-box-shadow: 1px 1px 3px 2px #7488af;
  box-shadow:         1px 1px 3px 2px #7488af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7488af


Comments

No comments written yet.

Please login to write comment.