Color Hex Logo

#757fbf Color Hex

#757FBF
(117,127,191)
0 Favorites   0 Comments

Color spaces of #757fbf

RGB 117127191
HSL0.640.370.60
HSV232°39°75°
CMYK 0.390.340.00   0.25
XYZ24.329522.722252.3937
Yxy22.72220.24470.2285
Hunter Lab47.66787.6872-31.8007
CIE-Lab54.785012.3613-34.6811

#757fbf color RGB value is (117,127,191).

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

The process color (four color CMYK) of #757fbf color hex is 0.39, 0.34, 0.00, 0.25. Web safe color of #757fbf is #6666cc. Color #757fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 10111111
Octal 165 177 277
Decimal 117 127 191
Hex 75 7F BF

RGB Percentages of Color #757fbf

%26.90
%29.20
%43.91

CMYK Percentages of Color #757fbf

%39
%34
%0
%25

Triadic Colors of #757fbf

#757fbf #bf757f #7fbf75

Analogous Colors of #757fbf

#757fbf #9075bf #75a4bf

Monochromatic Colors of #757fbf

#757fbf

Complementary Color

#757fbf #bfb575

#757fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fbf Color CSS Codes

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

#757fbf Text Font Color

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

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


#757fbf Background Color

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

This div background color is #757fbf


#757fbf Border Color

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

This div border color is #757fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fbf


Comments

No comments written yet.

Please login to write comment.