Color Hex Logo

#753fec Color Hex

#753FEC
(117,63,236)
0 Favorites   0 Comments

Color spaces of #753fec

RGB 11763236
HSL0.720.820.59
HSV259°73°93°
CMYK 0.500.730.00   0.07
XYZ24.253913.393180.6637
Yxy13.39310.20500.1132
Hunter Lab36.596654.2545-105.0654
CIE-Lab43.349761.3225-78.6413

#753fec color RGB value is (117,63,236).

#753fec hex color red value is 117, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #753fec hue: 0.72 , saturation: 0.82 and the lightness value of 753fec is 0.59.

The process color (four color CMYK) of #753fec color hex is 0.50, 0.73, 0.00, 0.07. Web safe color of #753fec is #6633ff. Color #753fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111111 11101100
Octal 165 77 354
Decimal 117 63 236
Hex 75 3F EC

RGB Percentages of Color #753fec

%28.13
%15.14
%56.73

CMYK Percentages of Color #753fec

%50
%73
%0
%7

Triadic Colors of #753fec

#753fec #ec753f #3fec75

Analogous Colors of #753fec

#753fec #cc3fec #3f60ec

Monochromatic Colors of #753fec

#753fec

Complementary Color

#753fec #b6ec3f

#753fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#753fec Color CSS Codes

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

#753fec Text Font Color

<p style="color:#753fec">Text here</p>

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


#753fec Background Color

<div style="background-color:#753fec">
Div content here</div>

This div background color is #753fec


#753fec Border Color

<div style="border:3px solid #753fec">
Div here</div>

This div border color is #753fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753fec


Comments

No comments written yet.

Please login to write comment.