Color Hex Logo

#759dcb Color Hex

#759DCB
(117,157,203)
0 Favorites   0 Comments

Color spaces of #759dcb

RGB 117157203
HSL0.590.450.63
HSV212°42°80°
CMYK 0.420.230.00   0.20
XYZ30.172632.207661.1263
Yxy32.20760.24430.2608
Hunter Lab56.7517-4.4143-24.1340
CIE-Lab63.5141-1.6491-27.8949

#759dcb color RGB value is (117,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11001011
Octal 165 235 313
Decimal 117 157 203
Hex 75 9D CB

RGB Percentages of Color #759dcb

%24.53
%32.91
%42.56

CMYK Percentages of Color #759dcb

%42
%23
%0
%20

Triadic Colors of #759dcb

#759dcb #cb759d #9dcb75

Analogous Colors of #759dcb

#759dcb #7875cb #75c8cb

Monochromatic Colors of #759dcb

#759dcb

Complementary Color

#759dcb #cba375

#759dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#759dcb Color CSS Codes

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

#759dcb Text Font Color

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

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


#759dcb Background Color

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

This div background color is #759dcb


#759dcb Border Color

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

This div border color is #759dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759dcb


Comments

No comments written yet.

Please login to write comment.