Color Hex Logo

#7643eb Color Hex

#7643EB
(118,67,235)
0 Favorites   0 Comments

Color spaces of #7643eb

RGB 11867235
HSL0.720.810.59
HSV258°71°92°
CMYK 0.500.710.00   0.08
XYZ24.473813.864079.9834
Yxy13.86400.20680.1172
Hunter Lab37.234452.1661-101.2971
CIE-Lab44.037359.3143-76.9457

#7643eb color RGB value is (118,67,235).

#7643eb hex color red value is 118, green value is 67 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7643eb hue: 0.72 , saturation: 0.81 and the lightness value of 7643eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000011 11101011
Octal 166 103 353
Decimal 118 67 235
Hex 76 43 EB

RGB Percentages of Color #7643eb

%28.10
%15.95
%55.95

CMYK Percentages of Color #7643eb

%50
%71
%0
%8

Triadic Colors of #7643eb

#7643eb #eb7643 #43eb76

Analogous Colors of #7643eb

#7643eb #ca43eb #4364eb

Monochromatic Colors of #7643eb

#7643eb

Complementary Color

#7643eb #b8eb43

#7643eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7643eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7643eb Color CSS Codes

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

#7643eb Text Font Color

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

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


#7643eb Background Color

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

This div background color is #7643eb


#7643eb Border Color

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

This div border color is #7643eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7643eb


Comments

No comments written yet.

Please login to write comment.