Color Hex Logo

#7743ed Color Hex

#7743ED
(119,67,237)
0 Favorites   0 Comments

Color spaces of #7743ed

RGB 11967237
HSL0.720.830.60
HSV258°72°93°
CMYK 0.500.720.00   0.07
XYZ24.901014.050781.5204
Yxy14.05070.20670.1166
Hunter Lab37.484352.9811-102.7043
CIE-Lab44.305659.9980-77.6317

#7743ed color RGB value is (119,67,237).

#7743ed hex color red value is 119, green value is 67 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7743ed hue: 0.72 , saturation: 0.83 and the lightness value of 7743ed is 0.60.

The process color (four color CMYK) of #7743ed color hex is 0.50, 0.72, 0.00, 0.07. Web safe color of #7743ed is #6633ff. Color #7743ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000011 11101101
Octal 167 103 355
Decimal 119 67 237
Hex 77 43 ED

RGB Percentages of Color #7743ed

%28.13
%15.84
%56.03

CMYK Percentages of Color #7743ed

%50
%72
%0
%7

Triadic Colors of #7743ed

#7743ed #ed7743 #43ed77

Analogous Colors of #7743ed

#7743ed #cc43ed #4364ed

Monochromatic Colors of #7743ed

#7743ed

Complementary Color

#7743ed #b9ed43

#7743ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7743ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7743ed Color CSS Codes

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

#7743ed Text Font Color

<p style="color:#7743ed">Text here</p>

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


#7743ed Background Color

<div style="background-color:#7743ed">
Div content here</div>

This div background color is #7743ed


#7743ed Border Color

<div style="border:3px solid #7743ed">
Div here</div>

This div border color is #7743ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,67,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7743ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7743ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7743ed;
  box-shadow:         1px 1px 3px 2px #7743ed; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7743ed


Comments

No comments written yet.

Please login to write comment.