Color Hex Logo

#757bc4 Color Hex

#757BC4
(117,123,196)
0 Favorites   0 Comments

Color spaces of #757bc4

RGB 117123196
HSL0.650.400.61
HSV235°40°77°
CMYK 0.400.370.00   0.23
XYZ24.382921.933355.1730
Yxy21.93330.24030.2161
Hunter Lab46.833010.9756-37.0652
CIE-Lab53.956216.1661-38.8338

#757bc4 color RGB value is (117,123,196).

#757bc4 hex color red value is 117, green value is 123 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #757bc4 hue: 0.65 , saturation: 0.40 and the lightness value of 757bc4 is 0.61.

The process color (four color CMYK) of #757bc4 color hex is 0.40, 0.37, 0.00, 0.23. Web safe color of #757bc4 is #6666cc. Color #757bc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111011 11000100
Octal 165 173 304
Decimal 117 123 196
Hex 75 7B C4

RGB Percentages of Color #757bc4

%26.83
%28.21
%44.95

CMYK Percentages of Color #757bc4

%40
%37
%0
%23

Triadic Colors of #757bc4

#757bc4 #c4757b #7bc475

Analogous Colors of #757bc4

#757bc4 #9775c4 #75a3c4

Monochromatic Colors of #757bc4

#757bc4

Complementary Color

#757bc4 #c4be75

#757bc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757bc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757bc4 Color CSS Codes

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

#757bc4 Text Font Color

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

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


#757bc4 Background Color

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

This div background color is #757bc4


#757bc4 Border Color

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

This div border color is #757bc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757bc4


Comments

No comments written yet.

Please login to write comment.