Color Hex Logo

#759add Color Hex

#759ADD
(117,154,221)
0 Favorites   0 Comments

Color spaces of #759add

RGB 117154221
HSL0.610.600.66
HSV219°47°87°
CMYK 0.470.300.00   0.13
XYZ31.942932.113672.9216
Yxy32.11360.23320.2344
Hunter Lab56.66891.4457-36.6263
CIE-Lab63.43675.2290-38.0230

#759add color RGB value is (117,154,221).

#759add hex color red value is 117, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #759add hue: 0.61 , saturation: 0.60 and the lightness value of 759add is 0.66.

The process color (four color CMYK) of #759add color hex is 0.47, 0.30, 0.00, 0.13. Web safe color of #759add is #6699cc. Color #759add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11011101
Octal 165 232 335
Decimal 117 154 221
Hex 75 9A DD

RGB Percentages of Color #759add

%23.78
%31.30
%44.92

CMYK Percentages of Color #759add

%47
%30
%0
%13

Triadic Colors of #759add

#759add #dd759a #9add75

Analogous Colors of #759add

#759add #8475dd #75cedd

Monochromatic Colors of #759add

#759add

Complementary Color

#759add #ddb875

#759add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759add Color Preview on White Background

Lorem ipsum dolor sit amet.

#759add Color CSS Codes

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

#759add Text Font Color

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

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


#759add Background Color

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

This div background color is #759add


#759add Border Color

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

This div border color is #759add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759add


Comments

No comments written yet.

Please login to write comment.