Color Hex Logo

#7749df Color Hex

#7749DF
(119,73,223)
0 Favorites   0 Comments

Color spaces of #7749df

RGB 11973223
HSL0.720.700.58
HSV258°67°87°
CMYK 0.470.670.00   0.13
XYZ23.309614.014771.2886
Yxy14.01470.21460.1290
Hunter Lab37.436245.6294-86.6987
CIE-Lab44.254053.2540-69.7805

#7749df color RGB value is (119,73,223).

#7749df hex color red value is 119, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7749df hue: 0.72 , saturation: 0.70 and the lightness value of 7749df is 0.58.

The process color (four color CMYK) of #7749df color hex is 0.47, 0.67, 0.00, 0.13. Web safe color of #7749df is #6633cc. Color #7749df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001001 11011111
Octal 167 111 337
Decimal 119 73 223
Hex 77 49 DF

RGB Percentages of Color #7749df

%28.67
%17.59
%53.73

CMYK Percentages of Color #7749df

%47
%67
%0
%13

Triadic Colors of #7749df

#7749df #df7749 #49df77

Analogous Colors of #7749df

#7749df #c249df #4966df

Monochromatic Colors of #7749df

#7749df

Complementary Color

#7749df #b1df49

#7749df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7749df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7749df Color CSS Codes

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

#7749df Text Font Color

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

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


#7749df Background Color

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

This div background color is #7749df


#7749df Border Color

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

This div border color is #7749df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7749df


Comments

No comments written yet.

Please login to write comment.