Color Hex Logo

#759cca Color Hex

#759CCA
(117,156,202)
0 Favorites   0 Comments

Color spaces of #759cca

RGB 117156202
HSL0.590.450.63
HSV212°42°79°
CMYK 0.420.230.00   0.21
XYZ29.885331.823160.4445
Yxy31.82310.24470.2605
Hunter Lab56.4120-4.1572-24.0399
CIE-Lab63.1964-1.3658-27.8269

#759cca color RGB value is (117,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 11001010
Octal 165 234 312
Decimal 117 156 202
Hex 75 9C CA

RGB Percentages of Color #759cca

%24.63
%32.84
%42.53

CMYK Percentages of Color #759cca

%42
%23
%0
%21

Triadic Colors of #759cca

#759cca #ca759c #9cca75

Analogous Colors of #759cca

#759cca #7975ca #75c7ca

Monochromatic Colors of #759cca

#759cca

Complementary Color

#759cca #caa375

#759cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#759cca Color CSS Codes

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

#759cca Text Font Color

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

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


#759cca Background Color

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

This div background color is #759cca


#759cca Border Color

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

This div border color is #759cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759cca


Comments

No comments written yet.

Please login to write comment.