Color Hex Logo

#7596ca Color Hex

#7596CA
(117,150,202)
0 Favorites   0 Comments

Color spaces of #7596ca

RGB 117150202
HSL0.600.450.63
HSV217°42°79°
CMYK 0.420.260.00   0.21
XYZ28.903129.858960.1171
Yxy29.85890.24310.2512
Hunter Lab54.6433-1.2097-26.9790
CIE-Lab61.53232.0408-30.3987

#7596ca color RGB value is (117,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010110 11001010
Octal 165 226 312
Decimal 117 150 202
Hex 75 96 CA

RGB Percentages of Color #7596ca

%24.95
%31.98
%43.07

CMYK Percentages of Color #7596ca

%42
%26
%0
%21

Triadic Colors of #7596ca

#7596ca #ca7596 #96ca75

Analogous Colors of #7596ca

#7596ca #7f75ca #75c1ca

Monochromatic Colors of #7596ca

#7596ca

Complementary Color

#7596ca #caa975

#7596ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7596ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7596ca Color CSS Codes

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

#7596ca Text Font Color

<p style="color:#7596ca">Text here</p>

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


#7596ca Background Color

<div style="background-color:#7596ca">
Div content here</div>

This div background color is #7596ca


#7596ca Border Color

<div style="border:3px solid #7596ca">
Div here</div>

This div border color is #7596ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7596ca


Comments

No comments written yet.

Please login to write comment.