Color Hex Logo

#750edf Color Hex

#750EDF
(117,14,223)
0 Favorites   0 Comments

Color spaces of #750edf

RGB 11714223
HSL0.750.880.46
HSV270°94°87°
CMYK 0.480.940.00   0.13
XYZ20.81249.423770.5341
Yxy9.42370.20650.0935
Hunter Lab30.698067.2963-114.7405
CIE-Lab36.787673.8358-82.0388

#750edf color RGB value is (117,14,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001110 11011111
Octal 165 16 337
Decimal 117 14 223
Hex 75 E DF

RGB Percentages of Color #750edf

%33.05
%3.95
%62.99

CMYK Percentages of Color #750edf

%48
%94
%0
%13

Triadic Colors of #750edf

#750edf #df750e #0edf75

Analogous Colors of #750edf

#750edf #de0edf #0e10df

Monochromatic Colors of #750edf

#750edf

Complementary Color

#750edf #78df0e

#750edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#750edf Color CSS Codes

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

#750edf Text Font Color

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

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


#750edf Background Color

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

This div background color is #750edf


#750edf Border Color

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

This div border color is #750edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750edf


Comments

No comments written yet.

Please login to write comment.