Color Hex Logo

#7e2abf Color Hex

#7E2ABF
(126,42,191)
0 Favorites   0 Comments

Color spaces of #7e2abf

RGB 12642191
HSL0.760.640.46
HSV274°78°75°
CMYK 0.340.780.00   0.25
XYZ18.83619.853150.1993
Yxy9.85310.23880.1249
Hunter Lab31.389652.1813-72.8457
CIE-Lab37.577560.5731-62.1300

#7e2abf color RGB value is (126,42,191).

#7e2abf hex color red value is 126, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7e2abf hue: 0.76 , saturation: 0.64 and the lightness value of 7e2abf is 0.46.

The process color (four color CMYK) of #7e2abf color hex is 0.34, 0.78, 0.00, 0.25. Web safe color of #7e2abf is #6633cc. Color #7e2abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00101010 10111111
Octal 176 52 277
Decimal 126 42 191
Hex 7E 2A BF

RGB Percentages of Color #7e2abf

%35.10
%11.70
%53.20

CMYK Percentages of Color #7e2abf

%34
%78
%0
%25

Triadic Colors of #7e2abf

#7e2abf #bf7e2a #2abf7e

Analogous Colors of #7e2abf

#7e2abf #bf2ab6 #332abf

Monochromatic Colors of #7e2abf

#7e2abf

Complementary Color

#7e2abf #6bbf2a

#7e2abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e2abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e2abf Color CSS Codes

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

#7e2abf Text Font Color

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

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


#7e2abf Background Color

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

This div background color is #7e2abf


#7e2abf Border Color

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

This div border color is #7e2abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e2abf


Comments

No comments written yet.

Please login to write comment.