Color Hex Logo

#7593fc Color Hex

#7593FC
(117,147,252)
0 Favorites   0 Comments

Color spaces of #7593fc

RGB 117147252
HSL0.630.960.72
HSV227°54°99°
CMYK 0.540.420.00   0.01
XYZ35.340531.677696.3472
Yxy31.67760.21630.1939
Hunter Lab56.282913.5867-62.0969
CIE-Lab63.075518.6980-55.6725

#7593fc color RGB value is (117,147,252).

#7593fc hex color red value is 117, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7593fc hue: 0.63 , saturation: 0.96 and the lightness value of 7593fc is 0.72.

The process color (four color CMYK) of #7593fc color hex is 0.54, 0.42, 0.00, 0.01. Web safe color of #7593fc is #6699ff. Color #7593fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010011 11111100
Octal 165 223 374
Decimal 117 147 252
Hex 75 93 FC

RGB Percentages of Color #7593fc

%22.67
%28.49
%48.84

CMYK Percentages of Color #7593fc

%54
%42
%0
%1

Triadic Colors of #7593fc

#7593fc #fc7593 #93fc75

Analogous Colors of #7593fc

#7593fc #9b75fc #75d7fc

Monochromatic Colors of #7593fc

#7593fc

Complementary Color

#7593fc #fcde75

#7593fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7593fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7593fc Color CSS Codes

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

#7593fc Text Font Color

<p style="color:#7593fc">Text here</p>

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


#7593fc Background Color

<div style="background-color:#7593fc">
Div content here</div>

This div background color is #7593fc


#7593fc Border Color

<div style="border:3px solid #7593fc">
Div here</div>

This div border color is #7593fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,147,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7593fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7593fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7593fc;
  box-shadow:         1px 1px 3px 2px #7593fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7593fc


Comments

No comments written yet.

Please login to write comment.