Color Hex Logo

#7592ec Color Hex

#7592EC
(117,146,236)
0 Favorites   0 Comments

Color spaces of #7592ec

RGB 117146236
HSL0.630.760.69
HSV225°50°93°
CMYK 0.500.380.00   0.07
XYZ32.755330.395883.4975
Yxy30.39580.22340.2073
Hunter Lab55.13249.5689-51.2015
CIE-Lab61.994214.3688-48.5904

#7592ec color RGB value is (117,146,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010010 11101100
Octal 165 222 354
Decimal 117 146 236
Hex 75 92 EC

RGB Percentages of Color #7592ec

%23.45
%29.26
%47.29

CMYK Percentages of Color #7592ec

%50
%38
%0
%7

Triadic Colors of #7592ec

#7592ec #ec7592 #92ec75

Analogous Colors of #7592ec

#7592ec #9475ec #75ceec

Monochromatic Colors of #7592ec

#7592ec

Complementary Color

#7592ec #eccf75

#7592ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7592ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7592ec Color CSS Codes

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

#7592ec Text Font Color

<p style="color:#7592ec">Text here</p>

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


#7592ec Background Color

<div style="background-color:#7592ec">
Div content here</div>

This div background color is #7592ec


#7592ec Border Color

<div style="border:3px solid #7592ec">
Div here</div>

This div border color is #7592ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7592ec


Comments

No comments written yet.

Please login to write comment.