Color Hex Logo

#759fcd Color Hex

#759FCD
(117,159,205)
1 Favorites   0 Comments

Color spaces of #759fcd

RGB 117159205
HSL0.590.470.63
HSV211°43°80°
CMYK 0.430.220.00   0.20
XYZ30.753732.986062.5036
Yxy32.98600.24360.2613
Hunter Lab57.4334-4.9277-24.3206
CIE-Lab64.1496-2.2125-28.0292

#759fcd color RGB value is (117,159,205).

#759fcd hex color red value is 117, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #759fcd hue: 0.59 , saturation: 0.47 and the lightness value of 759fcd is 0.63.

The process color (four color CMYK) of #759fcd color hex is 0.43, 0.22, 0.00, 0.20. Web safe color of #759fcd is #6699cc. Color #759fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011111 11001101
Octal 165 237 315
Decimal 117 159 205
Hex 75 9F CD

RGB Percentages of Color #759fcd

%24.32
%33.06
%42.62

CMYK Percentages of Color #759fcd

%43
%22
%0
%20

Triadic Colors of #759fcd

#759fcd #cd759f #9fcd75

Analogous Colors of #759fcd

#759fcd #7775cd #75cbcd

Monochromatic Colors of #759fcd

#759fcd

Complementary Color

#759fcd #cda375

#759fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759fcd Color CSS Codes

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

#759fcd Text Font Color

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

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


#759fcd Background Color

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

This div background color is #759fcd


#759fcd Border Color

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

This div border color is #759fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759fcd


Comments

No comments written yet.

Please login to write comment.