Color Hex Logo

#7673eb Color Hex

#7673EB
(118,115,235)
0 Favorites   0 Comments

Color spaces of #7673eb

RGB 118115235
HSL0.670.750.69
HSV242°51°92°
CMYK 0.500.510.00   0.08
XYZ28.597322.111281.3579
Yxy22.11120.21650.1674
Hunter Lab47.022526.2674-69.6671
CIE-Lab54.144832.6935-60.5467

#7673eb color RGB value is (118,115,235).

#7673eb hex color red value is 118, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7673eb hue: 0.67 , saturation: 0.75 and the lightness value of 7673eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 11101011
Octal 166 163 353
Decimal 118 115 235
Hex 76 73 EB

RGB Percentages of Color #7673eb

%25.21
%24.57
%50.21

CMYK Percentages of Color #7673eb

%50
%51
%0
%8

Triadic Colors of #7673eb

#7673eb #eb7673 #73eb76

Analogous Colors of #7673eb

#7673eb #b273eb #73aceb

Monochromatic Colors of #7673eb

#7673eb

Complementary Color

#7673eb #e8eb73

#7673eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7673eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7673eb Color CSS Codes

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

#7673eb Text Font Color

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

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


#7673eb Background Color

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

This div background color is #7673eb


#7673eb Border Color

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

This div border color is #7673eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7673eb


Comments

No comments written yet.

Please login to write comment.