Color Hex Logo

#759dfe Color Hex

#759DFE
(117,157,254)
0 Favorites   0 Comments

Color spaces of #759dfe

RGB 117157254
HSL0.620.990.73
HSV222°54°100°
CMYK 0.540.380.00   0.00
XYZ37.282535.051698.5666
Yxy35.05160.21820.2051
Hunter Lab59.20448.7983-57.2661
CIE-Lab65.788813.4714-52.4576

#759dfe color RGB value is (117,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11111110
Octal 165 235 376
Decimal 117 157 254
Hex 75 9D FE

RGB Percentages of Color #759dfe

%22.16
%29.73
%48.11

CMYK Percentages of Color #759dfe

%54
%38
%0
%0

Triadic Colors of #759dfe

#759dfe #fe759d #9dfe75

Analogous Colors of #759dfe

#759dfe #9275fe #75e2fe

Monochromatic Colors of #759dfe

#759dfe

Complementary Color

#759dfe #fed675

#759dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#759dfe Color CSS Codes

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

#759dfe Text Font Color

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

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


#759dfe Background Color

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

This div background color is #759dfe


#759dfe Border Color

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

This div border color is #759dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759dfe


Comments

No comments written yet.

Please login to write comment.