Color Hex Logo

#759fcf Color Hex

#759FCF
(117,159,207)
0 Favorites   0 Comments

Color spaces of #759fcf

RGB 117159207
HSL0.590.480.64
HSV212°43°81°
CMYK 0.430.230.00   0.19
XYZ30.996733.083263.7835
Yxy33.08320.24240.2587
Hunter Lab57.5180-4.4621-25.4859
CIE-Lab64.2282-1.6497-29.0205

#759fcf color RGB value is (117,159,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011111 11001111
Octal 165 237 317
Decimal 117 159 207
Hex 75 9F CF

RGB Percentages of Color #759fcf

%24.22
%32.92
%42.86

CMYK Percentages of Color #759fcf

%43
%23
%0
%19

Triadic Colors of #759fcf

#759fcf #cf759f #9fcf75

Analogous Colors of #759fcf

#759fcf #7875cf #75cccf

Monochromatic Colors of #759fcf

#759fcf

Complementary Color

#759fcf #cfa575

#759fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#759fcf Color CSS Codes

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

#759fcf Text Font Color

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

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


#759fcf Background Color

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

This div background color is #759fcf


#759fcf Border Color

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

This div border color is #759fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759fcf


Comments

No comments written yet.

Please login to write comment.