Color Hex Logo

#750ed1 Color Hex

#750ED1
(117,14,209)
0 Favorites   0 Comments

Color spaces of #750ed1

RGB 11714209
HSL0.750.870.44
HSV272°93°82°
CMYK 0.440.930.00   0.18
XYZ19.00188.699460.9993
Yxy8.69940.21420.0981
Hunter Lab29.494763.3817-101.9738
CIE-Lab35.399070.8155-76.2549

#750ed1 color RGB value is (117,14,209).

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

The process color (four color CMYK) of #750ed1 color hex is 0.44, 0.93, 0.00, 0.18. Web safe color of #750ed1 is #6600cc. Color #750ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001110 11010001
Octal 165 16 321
Decimal 117 14 209
Hex 75 E D1

RGB Percentages of Color #750ed1

%34.41
%4.12
%61.47

CMYK Percentages of Color #750ed1

%44
%93
%0
%18

Triadic Colors of #750ed1

#750ed1 #d1750e #0ed175

Analogous Colors of #750ed1

#750ed1 #d10ecc #130ed1

Monochromatic Colors of #750ed1

#750ed1

Complementary Color

#750ed1 #6ad10e

#750ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750ed1 Color CSS Codes

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

#750ed1 Text Font Color

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

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


#750ed1 Background Color

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

This div background color is #750ed1


#750ed1 Border Color

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

This div border color is #750ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750ed1


Comments

No comments written yet.

Please login to write comment.