Color Hex Logo

#757dbf Color Hex

#757DBF
(117,125,191)
0 Favorites   0 Comments

Color spaces of #757dbf

RGB 117125191
HSL0.650.370.60
HSV234°39°75°
CMYK 0.390.350.00   0.25
XYZ24.073722.210752.3085
Yxy22.21070.24420.2253
Hunter Lab47.12828.7057-32.8173
CIE-Lab54.249913.5516-35.5189

#757dbf color RGB value is (117,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111101 10111111
Octal 165 175 277
Decimal 117 125 191
Hex 75 7D BF

RGB Percentages of Color #757dbf

%27.02
%28.87
%44.11

CMYK Percentages of Color #757dbf

%39
%35
%0
%25

Triadic Colors of #757dbf

#757dbf #bf757d #7dbf75

Analogous Colors of #757dbf

#757dbf #9275bf #75a2bf

Monochromatic Colors of #757dbf

#757dbf

Complementary Color

#757dbf #bfb775

#757dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#757dbf Color CSS Codes

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

#757dbf Text Font Color

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

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


#757dbf Background Color

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

This div background color is #757dbf


#757dbf Border Color

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

This div border color is #757dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757dbf


Comments

No comments written yet.

Please login to write comment.