Color Hex Logo

#757abb Color Hex

#757ABB
(117,122,187)
0 Favorites   0 Comments

Color spaces of #757abb

RGB 117122187
HSL0.650.340.60
HSV236°37°73°
CMYK 0.370.350.00   0.27
XYZ23.265321.288849.8967
Yxy21.28880.24630.2254
Hunter Lab46.13989.2613-31.8198
CIE-Lab53.264114.2189-34.7730

#757abb color RGB value is (117,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 10111011
Octal 165 172 273
Decimal 117 122 187
Hex 75 7A BB

RGB Percentages of Color #757abb

%27.46
%28.64
%43.90

CMYK Percentages of Color #757abb

%37
%35
%0
%27

Triadic Colors of #757abb

#757abb #bb757a #7abb75

Analogous Colors of #757abb

#757abb #9375bb #759dbb

Monochromatic Colors of #757abb

#757abb

Complementary Color

#757abb #bbb675

#757abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#757abb Color CSS Codes

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

#757abb Text Font Color

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

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


#757abb Background Color

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

This div background color is #757abb


#757abb Border Color

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

This div border color is #757abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757abb


Comments

No comments written yet.

Please login to write comment.