Color Hex Logo

#758299 Color Hex

#758299
(117,130,153)
0 Favorites   0 Comments

Color spaces of #758299

RGB 117130153
HSL0.610.150.53
HSV218°24°60°
CMYK 0.240.150.00   0.40
XYZ21.068522.047133.2821
Yxy22.04710.27580.2886
Hunter Lab46.9543-2.0768-9.1578
CIE-Lab54.07690.5439-13.9023

#758299 color RGB value is (117,130,153).

#758299 hex color red value is 117, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #758299 hue: 0.61 , saturation: 0.15 and the lightness value of 758299 is 0.53.

The process color (four color CMYK) of #758299 color hex is 0.24, 0.15, 0.00, 0.40. Web safe color of #758299 is #669999. Color #758299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 10011001
Octal 165 202 231
Decimal 117 130 153
Hex 75 82 99

RGB Percentages of Color #758299

%29.25
%32.50
%38.25

CMYK Percentages of Color #758299

%24
%15
%0
%40

Triadic Colors of #758299

#758299 #997582 #829975

Analogous Colors of #758299

#758299 #7a7599 #759499

Monochromatic Colors of #758299

#758299

Complementary Color

#758299 #998c75

#758299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758299 Color CSS Codes

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

#758299 Text Font Color

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

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


#758299 Background Color

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

This div background color is #758299


#758299 Border Color

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

This div border color is #758299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,130,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758299;
  -webkit-box-shadow: 1px 1px 3px 2px #758299;
  box-shadow:         1px 1px 3px 2px #758299; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758299


Comments

No comments written yet.

Please login to write comment.