Color Hex Logo

#750aee Color Hex

#750AEE
(117,10,238)
0 Favorites   0 Comments

Color spaces of #750aee

RGB 11710238
HSL0.740.920.49
HSV268°96°93°
CMYK 0.510.960.00   0.07
XYZ22.877310.172081.6466
Yxy10.17200.19950.0887
Hunter Lab31.893672.2245-129.4551
CIE-Lab38.149477.6203-88.3395

#750aee color RGB value is (117,10,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001010 11101110
Octal 165 12 356
Decimal 117 10 238
Hex 75 A EE

RGB Percentages of Color #750aee

%32.05
%2.74
%65.21

CMYK Percentages of Color #750aee

%51
%96
%0
%7

Triadic Colors of #750aee

#750aee #ee750a #0aee75

Analogous Colors of #750aee

#750aee #e70aee #0a11ee

Monochromatic Colors of #750aee

#750aee

Complementary Color

#750aee #83ee0a

#750aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#750aee Color CSS Codes

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

#750aee Text Font Color

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

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


#750aee Background Color

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

This div background color is #750aee


#750aee Border Color

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

This div border color is #750aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750aee


Comments

No comments written yet.

Please login to write comment.