Color Hex Logo

#759afd Color Hex

#759AFD
(117,154,253)
0 Favorites   0 Comments

Color spaces of #759afd

RGB 117154253
HSL0.620.970.73
HSV224°54°99°
CMYK 0.540.390.00   0.01
XYZ36.621333.985097.5581
Yxy33.98500.21780.2021
Hunter Lab58.296710.1125-58.4128
CIE-Lab64.950714.9075-53.2406

#759afd color RGB value is (117,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11111101
Octal 165 232 375
Decimal 117 154 253
Hex 75 9A FD

RGB Percentages of Color #759afd

%22.33
%29.39
%48.28

CMYK Percentages of Color #759afd

%54
%39
%0
%1

Triadic Colors of #759afd

#759afd #fd759a #9afd75

Analogous Colors of #759afd

#759afd #9475fd #75defd

Monochromatic Colors of #759afd

#759afd

Complementary Color

#759afd #fdd875

#759afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759afd Color CSS Codes

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

#759afd Text Font Color

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

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


#759afd Background Color

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

This div background color is #759afd


#759afd Border Color

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

This div border color is #759afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759afd


Comments

No comments written yet.

Please login to write comment.