Color Hex Logo

#7e73dc Color Hex

#7E73DC
(126,115,220)
0 Favorites   0 Comments

Color spaces of #7e73dc

RGB 126115220
HSL0.680.600.66
HSV246°48°86°
CMYK 0.430.480.00   0.14
XYZ27.653221.864470.4729
Yxy21.86440.23050.1822
Hunter Lab46.759423.7348-56.6267
CIE-Lab53.882830.0943-52.5142

#7e73dc color RGB value is (126,115,220).

#7e73dc hex color red value is 126, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7e73dc hue: 0.68 , saturation: 0.60 and the lightness value of 7e73dc is 0.66.

The process color (four color CMYK) of #7e73dc color hex is 0.43, 0.48, 0.00, 0.14. Web safe color of #7e73dc is #6666cc. Color #7e73dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110011 11011100
Octal 176 163 334
Decimal 126 115 220
Hex 7E 73 DC

RGB Percentages of Color #7e73dc

%27.33
%24.95
%47.72

CMYK Percentages of Color #7e73dc

%43
%48
%0
%14

Triadic Colors of #7e73dc

#7e73dc #dc7e73 #73dc7e

Analogous Colors of #7e73dc

#7e73dc #b373dc #739ddc

Monochromatic Colors of #7e73dc

#7e73dc

Complementary Color

#7e73dc #d1dc73

#7e73dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e73dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e73dc Color CSS Codes

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

#7e73dc Text Font Color

<p style="color:#7e73dc">Text here</p>

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


#7e73dc Background Color

<div style="background-color:#7e73dc">
Div content here</div>

This div background color is #7e73dc


#7e73dc Border Color

<div style="border:3px solid #7e73dc">
Div here</div>

This div border color is #7e73dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,115,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e73dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e73dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7e73dc;
  box-shadow:         1px 1px 3px 2px #7e73dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,115,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7e73dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e73dc


Comments

No comments written yet.

Please login to write comment.