Color Hex Logo

#750ee3 Color Hex

#750EE3
(117,14,227)
0 Favorites   0 Comments

Color spaces of #750ee3

RGB 11714227
HSL0.750.880.47
HSV269°94°89°
CMYK 0.480.940.00   0.11
XYZ21.35839.642073.4084
Yxy9.64200.20460.0923
Hunter Lab31.051668.4380-118.4302
CIE-Lab37.192174.7045-83.6608

#750ee3 color RGB value is (117,14,227).

#750ee3 hex color red value is 117, green value is 14 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #750ee3 hue: 0.75 , saturation: 0.88 and the lightness value of 750ee3 is 0.47.

The process color (four color CMYK) of #750ee3 color hex is 0.48, 0.94, 0.00, 0.11. Web safe color of #750ee3 is #6600cc. Color #750ee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001110 11100011
Octal 165 16 343
Decimal 117 14 227
Hex 75 E E3

RGB Percentages of Color #750ee3

%32.68
%3.91
%63.41

CMYK Percentages of Color #750ee3

%48
%94
%0
%11

Triadic Colors of #750ee3

#750ee3 #e3750e #0ee375

Analogous Colors of #750ee3

#750ee3 #e00ee3 #0e12e3

Monochromatic Colors of #750ee3

#750ee3

Complementary Color

#750ee3 #7ce30e

#750ee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750ee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750ee3 Color CSS Codes

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

#750ee3 Text Font Color

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

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


#750ee3 Background Color

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

This div background color is #750ee3


#750ee3 Border Color

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

This div border color is #750ee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750ee3


Comments

No comments written yet.

Please login to write comment.