Color Hex Logo

#759bcb Color Hex

#759BCB
(117,155,203)
0 Favorites   0 Comments

Color spaces of #759bcb

RGB 117155203
HSL0.590.450.63
HSV213°42°80°
CMYK 0.420.240.00   0.20
XYZ29.837031.536461.0145
Yxy31.53640.24380.2577
Hunter Lab56.1573-3.4362-25.1081
CIE-Lab62.9579-0.5208-28.7532

#759bcb color RGB value is (117,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 11001011
Octal 165 233 313
Decimal 117 155 203
Hex 75 9B CB

RGB Percentages of Color #759bcb

%24.63
%32.63
%42.74

CMYK Percentages of Color #759bcb

%42
%24
%0
%20

Triadic Colors of #759bcb

#759bcb #cb759b #9bcb75

Analogous Colors of #759bcb

#759bcb #7a75cb #75c6cb

Monochromatic Colors of #759bcb

#759bcb

Complementary Color

#759bcb #cba575

#759bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bcb Color CSS Codes

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

#759bcb Text Font Color

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

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


#759bcb Background Color

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

This div background color is #759bcb


#759bcb Border Color

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

This div border color is #759bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bcb


Comments

No comments written yet.

Please login to write comment.