Color Hex Logo

#759bff Color Hex

#759BFF
(117,155,255)
0 Favorites   0 Comments

Color spaces of #759bff

RGB 117155255
HSL0.621.000.73
HSV223°54°100°
CMYK 0.540.390.00   0.00
XYZ37.107534.444699.3004
Yxy34.44460.21720.2016
Hunter Lab58.689510.1532-59.2337
CIE-Lab65.313914.9447-53.7553

#759bff color RGB value is (117,155,255).

#759bff hex color red value is 117, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #759bff hue: 0.62 , saturation: 1.00 and the lightness value of 759bff is 0.73.

The process color (four color CMYK) of #759bff color hex is 0.54, 0.39, 0.00, 0.00. Web safe color of #759bff is #6699ff. Color #759bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 11111111
Octal 165 233 377
Decimal 117 155 255
Hex 75 9B FF

RGB Percentages of Color #759bff

%22.20
%29.41
%48.39

CMYK Percentages of Color #759bff

%54
%39
%0
%0

Triadic Colors of #759bff

#759bff #ff759b #9bff75

Analogous Colors of #759bff

#759bff #9475ff #75e0ff

Monochromatic Colors of #759bff

#759bff

Complementary Color

#759bff #ffd975

#759bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bff Color CSS Codes

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

#759bff Text Font Color

<p style="color:#759bff">Text here</p>

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


#759bff Background Color

<div style="background-color:#759bff">
Div content here</div>

This div background color is #759bff


#759bff Border Color

<div style="border:3px solid #759bff">
Div here</div>

This div border color is #759bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,155,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #759bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #759bff;
  -webkit-box-shadow: 1px 1px 3px 2px #759bff;
  box-shadow:         1px 1px 3px 2px #759bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bff

Related Colors

#759bff Color Palettes


Comments

No comments written yet.

Please login to write comment.