Color Hex Logo

#750bed Color Hex

#750BED
(117,11,237)
0 Favorites   0 Comments

Color spaces of #750bed

RGB 11711237
HSL0.740.910.49
HSV268°95°93°
CMYK 0.510.950.00   0.07
XYZ22.741910.135780.8785
Yxy10.13570.19990.0891
Hunter Lab31.836671.7941-128.3361
CIE-Lab38.084977.2834-87.8791

#750bed color RGB value is (117,11,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001011 11101101
Octal 165 13 355
Decimal 117 11 237
Hex 75 B ED

RGB Percentages of Color #750bed

%32.05
%3.01
%64.93

CMYK Percentages of Color #750bed

%51
%95
%0
%7

Triadic Colors of #750bed

#750bed #ed750b #0bed75

Analogous Colors of #750bed

#750bed #e60bed #0b12ed

Monochromatic Colors of #750bed

#750bed

Complementary Color

#750bed #83ed0b

#750bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#750bed Color CSS Codes

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

#750bed Text Font Color

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

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


#750bed Background Color

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

This div background color is #750bed


#750bed Border Color

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

This div border color is #750bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750bed


Comments

No comments written yet.

Please login to write comment.