Color Hex Logo

#758abf Color Hex

#758ABF
(117,138,191)
0 Favorites   0 Comments

Color spaces of #758abf

RGB 117138191
HSL0.620.370.60
HSV223°39°75°
CMYK 0.390.280.00   0.25
XYZ25.828625.720552.8934
Yxy25.72050.24730.2463
Hunter Lab50.71542.1555-26.3355
CIE-Lab57.77085.8826-30.0299

#758abf color RGB value is (117,138,191).

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

The process color (four color CMYK) of #758abf color hex is 0.39, 0.28, 0.00, 0.25. Web safe color of #758abf is #6699cc. Color #758abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 10111111
Octal 165 212 277
Decimal 117 138 191
Hex 75 8A BF

RGB Percentages of Color #758abf

%26.23
%30.94
%42.83

CMYK Percentages of Color #758abf

%39
%28
%0
%25

Triadic Colors of #758abf

#758abf #bf758a #8abf75

Analogous Colors of #758abf

#758abf #8575bf #75afbf

Monochromatic Colors of #758abf

#758abf

Complementary Color

#758abf #bfaa75

#758abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#758abf Color CSS Codes

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

#758abf Text Font Color

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

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


#758abf Background Color

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

This div background color is #758abf


#758abf Border Color

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

This div border color is #758abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,138,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 #758abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758abf


Comments

No comments written yet.

Please login to write comment.