Color Hex Logo

#759bec Color Hex

#759BEC
(117,155,236)
0 Favorites   0 Comments

Color spaces of #759bec

RGB 117155236
HSL0.610.760.69
HSV221°50°93°
CMYK 0.500.340.00   0.07
XYZ34.197833.280783.9783
Yxy33.28070.22580.2197
Hunter Lab57.68944.8568-45.9256
CIE-Lab64.38769.1250-44.8147

#759bec color RGB value is (117,155,236).

#759bec hex color red value is 117, green value is 155 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #759bec hue: 0.61 , saturation: 0.76 and the lightness value of 759bec is 0.69.

The process color (four color CMYK) of #759bec color hex is 0.50, 0.34, 0.00, 0.07. Web safe color of #759bec is #6699ff. Color #759bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 11101100
Octal 165 233 354
Decimal 117 155 236
Hex 75 9B EC

RGB Percentages of Color #759bec

%23.03
%30.51
%46.46

CMYK Percentages of Color #759bec

%50
%34
%0
%7

Triadic Colors of #759bec

#759bec #ec759b #9bec75

Analogous Colors of #759bec

#759bec #8b75ec #75d7ec

Monochromatic Colors of #759bec

#759bec

Complementary Color

#759bec #ecc675

#759bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bec Color CSS Codes

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

#759bec Text Font Color

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

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


#759bec Background Color

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

This div background color is #759bec


#759bec Border Color

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

This div border color is #759bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bec


Comments

No comments written yet.

Please login to write comment.