Color Hex Logo

#7749eb Color Hex

#7749EB
(119,73,235)
0 Favorites   0 Comments

Color spaces of #7749eb

RGB 11973235
HSL0.710.800.60
HSV257°69°92°
CMYK 0.490.690.00   0.08
XYZ24.985714.685280.1149
Yxy14.68520.20860.1226
Hunter Lab38.321349.3208-97.1275
CIE-Lab45.200056.5051-75.0398

#7749eb color RGB value is (119,73,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001001 11101011
Octal 167 111 353
Decimal 119 73 235
Hex 77 49 EB

RGB Percentages of Color #7749eb

%27.87
%17.10
%55.04

CMYK Percentages of Color #7749eb

%49
%69
%0
%8

Triadic Colors of #7749eb

#7749eb #eb7749 #49eb77

Analogous Colors of #7749eb

#7749eb #c849eb #496ceb

Monochromatic Colors of #7749eb

#7749eb

Complementary Color

#7749eb #bdeb49

#7749eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7749eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7749eb Color CSS Codes

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

#7749eb Text Font Color

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

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


#7749eb Background Color

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

This div background color is #7749eb


#7749eb Border Color

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

This div border color is #7749eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #7749eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7749eb


Comments

No comments written yet.

Please login to write comment.