Color Hex Logo

#7f3aec Color Hex

#7F3AEC
(127,58,236)
0 Favorites   0 Comments

Color spaces of #7f3aec

RGB 12758236
HSL0.730.820.58
HSV263°75°93°
CMYK 0.460.750.00   0.07
XYZ25.405813.594380.6418
Yxy13.59430.21230.1136
Hunter Lab36.870458.4732-103.8678
CIE-Lab43.645464.9910-78.1151

#7f3aec color RGB value is (127,58,236).

#7f3aec hex color red value is 127, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7f3aec hue: 0.73 , saturation: 0.82 and the lightness value of 7f3aec is 0.58.

The process color (four color CMYK) of #7f3aec color hex is 0.46, 0.75, 0.00, 0.07. Web safe color of #7f3aec is #6633ff. Color #7f3aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00111010 11101100
Octal 177 72 354
Decimal 127 58 236
Hex 7F 3A EC

RGB Percentages of Color #7f3aec

%30.17
%13.78
%56.06

CMYK Percentages of Color #7f3aec

%46
%75
%0
%7

Triadic Colors of #7f3aec

#7f3aec #ec7f3a #3aec7f

Analogous Colors of #7f3aec

#7f3aec #d83aec #3a4eec

Monochromatic Colors of #7f3aec

#7f3aec

Complementary Color

#7f3aec #a7ec3a

#7f3aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f3aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f3aec Color CSS Codes

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

#7f3aec Text Font Color

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

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


#7f3aec Background Color

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

This div background color is #7f3aec


#7f3aec Border Color

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

This div border color is #7f3aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,58,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f3aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f3aec;
  -webkit-box-shadow: 1px 1px 3px 2px #7f3aec;
  box-shadow:         1px 1px 3px 2px #7f3aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,58,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f3aec


Comments

No comments written yet.

Please login to write comment.