Color Hex Logo

#750eec Color Hex

#750EEC
(117,14,236)
0 Favorites   0 Comments

Color spaces of #750eec

RGB 11714236
HSL0.740.890.49
HSV268°94°93°
CMYK 0.500.940.00   0.07
XYZ22.633510.152180.1235
Yxy10.15210.20050.0899
Hunter Lab31.862471.0388-126.7915
CIE-Lab38.114076.6638-87.2634

#750eec color RGB value is (117,14,236).

#750eec hex color red value is 117, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #750eec hue: 0.74 , saturation: 0.89 and the lightness value of 750eec is 0.49.

The process color (four color CMYK) of #750eec color hex is 0.50, 0.94, 0.00, 0.07. Web safe color of #750eec is #6600ff. Color #750eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001110 11101100
Octal 165 16 354
Decimal 117 14 236
Hex 75 E EC

RGB Percentages of Color #750eec

%31.88
%3.81
%64.31

CMYK Percentages of Color #750eec

%50
%94
%0
%7

Triadic Colors of #750eec

#750eec #ec750e #0eec75

Analogous Colors of #750eec

#750eec #e40eec #0e16ec

Monochromatic Colors of #750eec

#750eec

Complementary Color

#750eec #85ec0e

#750eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#750eec Color CSS Codes

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

#750eec Text Font Color

<p style="color:#750eec">Text here</p>

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


#750eec Background Color

<div style="background-color:#750eec">
Div content here</div>

This div background color is #750eec


#750eec Border Color

<div style="border:3px solid #750eec">
Div here</div>

This div border color is #750eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750eec


Comments

No comments written yet.

Please login to write comment.