Color Hex Logo

#759bcd Color Hex

#759BCD
(117,155,205)
0 Favorites   0 Comments

Color spaces of #759bcd

RGB 117155205
HSL0.590.470.63
HSV214°43°80°
CMYK 0.430.240.00   0.20
XYZ30.076931.632462.2780
Yxy31.63240.24260.2551
Hunter Lab56.2427-2.9683-26.2824
CIE-Lab63.03790.0425-29.7456

#759bcd color RGB value is (117,155,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 11001101
Octal 165 233 315
Decimal 117 155 205
Hex 75 9B CD

RGB Percentages of Color #759bcd

%24.53
%32.49
%42.98

CMYK Percentages of Color #759bcd

%43
%24
%0
%20

Triadic Colors of #759bcd

#759bcd #cd759b #9bcd75

Analogous Colors of #759bcd

#759bcd #7b75cd #75c7cd

Monochromatic Colors of #759bcd

#759bcd

Complementary Color

#759bcd #cda775

#759bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bcd Color CSS Codes

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

#759bcd Text Font Color

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

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


#759bcd Background Color

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

This div background color is #759bcd


#759bcd Border Color

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

This div border color is #759bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,155,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 #759bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bcd


Comments

No comments written yet.

Please login to write comment.