Color Hex Logo

#758abb Color Hex

#758ABB
(117,138,187)
0 Favorites   0 Comments

Color spaces of #758abb

RGB 117138187
HSL0.620.340.60
HSV222°37°73°
CMYK 0.370.260.00   0.27
XYZ25.394225.546750.6063
Yxy25.54670.25010.2516
Hunter Lab50.54371.2305-23.9828
CIE-Lab57.60434.7745-28.0175

#758abb color RGB value is (117,138,187).

#758abb hex color red value is 117, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #758abb hue: 0.62 , saturation: 0.34 and the lightness value of 758abb is 0.60.

The process color (four color CMYK) of #758abb color hex is 0.37, 0.26, 0.00, 0.27. Web safe color of #758abb is #6699cc. Color #758abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 10111011
Octal 165 212 273
Decimal 117 138 187
Hex 75 8A BB

RGB Percentages of Color #758abb

%26.47
%31.22
%42.31

CMYK Percentages of Color #758abb

%37
%26
%0
%27

Triadic Colors of #758abb

#758abb #bb758a #8abb75

Analogous Colors of #758abb

#758abb #8375bb #75adbb

Monochromatic Colors of #758abb

#758abb

Complementary Color

#758abb #bba675

#758abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#758abb Color CSS Codes

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

#758abb Text Font Color

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

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


#758abb Background Color

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

This div background color is #758abb


#758abb Border Color

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

This div border color is #758abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,138,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758abb;
  -webkit-box-shadow: 1px 1px 3px 2px #758abb;
  box-shadow:         1px 1px 3px 2px #758abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758abb


Comments

No comments written yet.

Please login to write comment.