Color Hex Logo

#7746ef Color Hex

#7746EF
(119,70,239)
0 Favorites   0 Comments

Color spaces of #7746ef

RGB 11970239
HSL0.710.840.61
HSV257°71°94°
CMYK 0.500.710.00   0.06
XYZ25.377914.534383.1292
Yxy14.53430.20630.1181
Hunter Lab38.123952.1052-102.5953
CIE-Lab44.989659.0790-77.6391

#7746ef color RGB value is (119,70,239).

#7746ef hex color red value is 119, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7746ef hue: 0.71 , saturation: 0.84 and the lightness value of 7746ef is 0.61.

The process color (four color CMYK) of #7746ef color hex is 0.50, 0.71, 0.00, 0.06. Web safe color of #7746ef is #6633ff. Color #7746ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000110 11101111
Octal 167 106 357
Decimal 119 70 239
Hex 77 46 EF

RGB Percentages of Color #7746ef

%27.80
%16.36
%55.84

CMYK Percentages of Color #7746ef

%50
%71
%0
%6

Triadic Colors of #7746ef

#7746ef #ef7746 #46ef77

Analogous Colors of #7746ef

#7746ef #cc46ef #466aef

Monochromatic Colors of #7746ef

#7746ef

Complementary Color

#7746ef #beef46

#7746ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7746ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7746ef Color CSS Codes

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

#7746ef Text Font Color

<p style="color:#7746ef">Text here</p>

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


#7746ef Background Color

<div style="background-color:#7746ef">
Div content here</div>

This div background color is #7746ef


#7746ef Border Color

<div style="border:3px solid #7746ef">
Div here</div>

This div border color is #7746ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,70,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7746ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7746ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7746ef;
  box-shadow:         1px 1px 3px 2px #7746ef; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7746ef


Comments

No comments written yet.

Please login to write comment.