Color Hex Logo

#750bef Color Hex

#750BEF
(117,11,239)
0 Favorites   0 Comments

Color spaces of #750bef

RGB 11711239
HSL0.740.910.49
HSV268°95°94°
CMYK 0.510.950.00   0.06
XYZ23.035810.253282.4263
Yxy10.25320.19910.0886
Hunter Lab32.020672.3777-130.2077
CIE-Lab38.293177.7175-88.6683

#750bef color RGB value is (117,11,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001011 11101111
Octal 165 13 357
Decimal 117 11 239
Hex 75 B EF

RGB Percentages of Color #750bef

%31.88
%3.00
%65.12

CMYK Percentages of Color #750bef

%51
%95
%0
%6

Triadic Colors of #750bef

#750bef #ef750b #0bef75

Analogous Colors of #750bef

#750bef #e70bef #0b13ef

Monochromatic Colors of #750bef

#750bef

Complementary Color

#750bef #85ef0b

#750bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#750bef Color CSS Codes

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

#750bef Text Font Color

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

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


#750bef Background Color

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

This div background color is #750bef


#750bef Border Color

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

This div border color is #750bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,11,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 #750bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750bef


Comments

No comments written yet.

Please login to write comment.