Color Hex Logo

#7e53dc Color Hex

#7E53DC
(126,83,220)
0 Favorites   0 Comments

Color spaces of #7e53dc

RGB 12683220
HSL0.720.660.59
HSV259°62°86°
CMYK 0.430.620.00   0.14
XYZ24.615715.789469.4604
Yxy15.78940.22410.1437
Hunter Lab39.735941.0399-75.8269
CIE-Lab46.697048.4637-64.0711

#7e53dc color RGB value is (126,83,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010011 11011100
Octal 176 123 334
Decimal 126 83 220
Hex 7E 53 DC

RGB Percentages of Color #7e53dc

%29.37
%19.35
%51.28

CMYK Percentages of Color #7e53dc

%43
%62
%0
%14

Triadic Colors of #7e53dc

#7e53dc #dc7e53 #53dc7e

Analogous Colors of #7e53dc

#7e53dc #c353dc #536ddc

Monochromatic Colors of #7e53dc

#7e53dc

Complementary Color

#7e53dc #b1dc53

#7e53dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e53dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e53dc Color CSS Codes

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

#7e53dc Text Font Color

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

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


#7e53dc Background Color

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

This div background color is #7e53dc


#7e53dc Border Color

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

This div border color is #7e53dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,83,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 #7e53dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e53dc


Comments

No comments written yet.

Please login to write comment.