Color Hex Logo

#7549eb Color Hex

#7549EB
(117,73,235)
0 Favorites   0 Comments

Color spaces of #7549eb

RGB 11773235
HSL0.710.800.60
HSV256°69°92°
CMYK 0.500.690.00   0.08
XYZ24.714114.545280.1022
Yxy14.54520.20710.1219
Hunter Lab38.138248.9289-97.8310
CIE-Lab45.004956.1813-75.3667

#7549eb color RGB value is (117,73,235).

#7549eb hex color red value is 117, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7549eb hue: 0.71 , saturation: 0.80 and the lightness value of 7549eb is 0.60.

The process color (four color CMYK) of #7549eb color hex is 0.50, 0.69, 0.00, 0.08. Web safe color of #7549eb is #6633ff. Color #7549eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 11101011
Octal 165 111 353
Decimal 117 73 235
Hex 75 49 EB

RGB Percentages of Color #7549eb

%27.53
%17.18
%55.29

CMYK Percentages of Color #7549eb

%50
%69
%0
%8

Triadic Colors of #7549eb

#7549eb #eb7549 #49eb75

Analogous Colors of #7549eb

#7549eb #c649eb #496eeb

Monochromatic Colors of #7549eb

#7549eb

Complementary Color

#7549eb #bfeb49

#7549eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7549eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7549eb Color CSS Codes

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

#7549eb Text Font Color

<p style="color:#7549eb">Text here</p>

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


#7549eb Background Color

<div style="background-color:#7549eb">
Div content here</div>

This div background color is #7549eb


#7549eb Border Color

<div style="border:3px solid #7549eb">
Div here</div>

This div border color is #7549eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,73,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7549eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7549eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7549eb;
  box-shadow:         1px 1px 3px 2px #7549eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7549eb


Comments

No comments written yet.

Please login to write comment.