Color Hex Logo

#7626eb Color Hex

#7626EB
(118,38,235)
0 Favorites   0 Comments

Color spaces of #7626eb

RGB 11838235
HSL0.730.830.54
HSV264°84°92°
CMYK 0.500.840.00   0.08
XYZ23.159711.235979.5454
Yxy11.23590.20330.0986
Hunter Lab33.520064.6696-117.2355
CIE-Lab39.975071.0258-83.6196

#7626eb color RGB value is (118,38,235).

#7626eb hex color red value is 118, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7626eb hue: 0.73 , saturation: 0.83 and the lightness value of 7626eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 11101011
Octal 166 46 353
Decimal 118 38 235
Hex 76 26 EB

RGB Percentages of Color #7626eb

%30.18
%9.72
%60.10

CMYK Percentages of Color #7626eb

%50
%84
%0
%8

Triadic Colors of #7626eb

#7626eb #eb7626 #26eb76

Analogous Colors of #7626eb

#7626eb #d926eb #2639eb

Monochromatic Colors of #7626eb

#7626eb

Complementary Color

#7626eb #9beb26

#7626eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7626eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7626eb Color CSS Codes

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

#7626eb Text Font Color

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

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


#7626eb Background Color

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

This div background color is #7626eb


#7626eb Border Color

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

This div border color is #7626eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7626eb


Comments

No comments written yet.

Please login to write comment.