Color Hex Logo

#750def Color Hex

#750DEF
(117,13,239)
0 Favorites   0 Comments

Color spaces of #750def

RGB 11713239
HSL0.740.900.49
HSV268°95°94°
CMYK 0.510.950.00   0.06
XYZ23.060010.301882.4344
Yxy10.30180.19910.0890
Hunter Lab32.096472.0764-129.8092
CIE-Lab38.378777.4574-88.5266

#750def color RGB value is (117,13,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001101 11101111
Octal 165 15 357
Decimal 117 13 239
Hex 75 D EF

RGB Percentages of Color #750def

%31.71
%3.52
%64.77

CMYK Percentages of Color #750def

%51
%95
%0
%6

Triadic Colors of #750def

#750def #ef750d #0def75

Analogous Colors of #750def

#750def #e60def #0d16ef

Monochromatic Colors of #750def

#750def

Complementary Color

#750def #87ef0d

#750def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750def Color Preview on White Background

Lorem ipsum dolor sit amet.

#750def Color CSS Codes

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

#750def Text Font Color

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

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


#750def Background Color

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

This div background color is #750def


#750def Border Color

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

This div border color is #750def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750def


Comments

No comments written yet.

Please login to write comment.