Color Hex Logo

#759bce Color Hex

#759BCE
(117,155,206)
0 Favorites   0 Comments

Color spaces of #759bce

RGB 117155206
HSL0.600.480.63
HSV214°43°81°
CMYK 0.430.250.00   0.19
XYZ30.198031.680862.9159
Yxy31.68080.24200.2539
Hunter Lab56.2857-2.7324-26.8741
CIE-Lab63.07820.3255-30.2411

#759bce color RGB value is (117,155,206).

#759bce hex color red value is 117, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #759bce hue: 0.60 , saturation: 0.48 and the lightness value of 759bce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 11001110
Octal 165 233 316
Decimal 117 155 206
Hex 75 9B CE

RGB Percentages of Color #759bce

%24.48
%32.43
%43.10

CMYK Percentages of Color #759bce

%43
%25
%0
%19

Triadic Colors of #759bce

#759bce #ce759b #9bce75

Analogous Colors of #759bce

#759bce #7c75ce #75c8ce

Monochromatic Colors of #759bce

#759bce

Complementary Color

#759bce #cea875

#759bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bce Color CSS Codes

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

#759bce Text Font Color

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

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


#759bce Background Color

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

This div background color is #759bce


#759bce Border Color

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

This div border color is #759bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bce


Comments

No comments written yet.

Please login to write comment.