Color Hex Logo

#759bca Color Hex

#759BCA
(117,155,202)
0 Favorites   0 Comments

Color spaces of #759bca

RGB 117155202
HSL0.590.450.63
HSV213°42°79°
CMYK 0.420.230.00   0.21
XYZ29.718131.488960.3888
Yxy31.48890.24440.2590
Hunter Lab56.1150-3.6688-24.5252
CIE-Lab62.9182-0.8019-28.2560

#759bca color RGB value is (117,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011011 11001010
Octal 165 233 312
Decimal 117 155 202
Hex 75 9B CA

RGB Percentages of Color #759bca

%24.68
%32.70
%42.62

CMYK Percentages of Color #759bca

%42
%23
%0
%21

Triadic Colors of #759bca

#759bca #ca759b #9bca75

Analogous Colors of #759bca

#759bca #7a75ca #75c6ca

Monochromatic Colors of #759bca

#759bca

Complementary Color

#759bca #caa475

#759bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#759bca Color CSS Codes

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

#759bca Text Font Color

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

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


#759bca Background Color

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

This div background color is #759bca


#759bca Border Color

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

This div border color is #759bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759bca


Comments

No comments written yet.

Please login to write comment.