Color Hex Logo

#759aff Color Hex

#759AFF
(117,154,255)
0 Favorites   0 Comments

Color spaces of #759aff

RGB 117154255
HSL0.621.000.73
HSV224°54°100°
CMYK 0.540.400.00   0.00
XYZ36.941734.113199.2452
Yxy34.11310.21690.2003
Hunter Lab58.406410.6889-59.8621
CIE-Lab65.052215.5276-54.1705

#759aff color RGB value is (117,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11111111
Octal 165 232 377
Decimal 117 154 255
Hex 75 9A FF

RGB Percentages of Color #759aff

%22.24
%29.28
%48.48

CMYK Percentages of Color #759aff

%54
%40
%0
%0

Triadic Colors of #759aff

#759aff #ff759a #9aff75

Analogous Colors of #759aff

#759aff #9575ff #75dfff

Monochromatic Colors of #759aff

#759aff

Complementary Color

#759aff #ffda75

#759aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#759aff Color CSS Codes

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

#759aff Text Font Color

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

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


#759aff Background Color

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

This div background color is #759aff


#759aff Border Color

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

This div border color is #759aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759aff

#759aff Color Palettes


Comments

No comments written yet.

Please login to write comment.