Color Hex Logo

#759cbd Color Hex

#759CBD
(117,156,189)
0 Favorites   0 Comments

Color spaces of #759cbd

RGB 117156189
HSL0.580.350.60
HSV208°38°74°
CMYK 0.380.170.00   0.26
XYZ28.409931.233052.6753
Yxy31.23300.25290.2781
Hunter Lab55.8865-7.0609-16.7627
CIE-Lab62.7038-4.9324-21.3083

#759cbd color RGB value is (117,156,189).

#759cbd hex color red value is 117, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #759cbd hue: 0.58 , saturation: 0.35 and the lightness value of 759cbd is 0.60.

The process color (four color CMYK) of #759cbd color hex is 0.38, 0.17, 0.00, 0.26. Web safe color of #759cbd is #6699cc. Color #759cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 10111101
Octal 165 234 275
Decimal 117 156 189
Hex 75 9C BD

RGB Percentages of Color #759cbd

%25.32
%33.77
%40.91

CMYK Percentages of Color #759cbd

%38
%17
%0
%26

Triadic Colors of #759cbd

#759cbd #bd759c #9cbd75

Analogous Colors of #759cbd

#759cbd #7578bd #75bdba

Monochromatic Colors of #759cbd

#759cbd

Complementary Color

#759cbd #bd9675

#759cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759cbd Color CSS Codes

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

#759cbd Text Font Color

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

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


#759cbd Background Color

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

This div background color is #759cbd


#759cbd Border Color

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

This div border color is #759cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759cbd


Comments

No comments written yet.

Please login to write comment.