Color Hex Logo

#7f14ea Color Hex

#7F14EA
(127,20,234)
0 Favorites   0 Comments

Color spaces of #7f14ea

RGB 12720234
HSL0.750.840.50
HSV270°91°92°
CMYK 0.460.910.00   0.08
XYZ23.853810.952978.6988
Yxy10.95290.21020.0965
Hunter Lab33.095270.7398-117.8223
CIE-Lab39.501076.1579-83.7954

#7f14ea color RGB value is (127,20,234).

#7f14ea hex color red value is 127, green value is 20 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7f14ea hue: 0.75 , saturation: 0.84 and the lightness value of 7f14ea is 0.50.

The process color (four color CMYK) of #7f14ea color hex is 0.46, 0.91, 0.00, 0.08. Web safe color of #7f14ea is #6600ff. Color #7f14ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00010100 11101010
Octal 177 24 352
Decimal 127 20 234
Hex 7F 14 EA

RGB Percentages of Color #7f14ea

%33.33
%5.25
%61.42

CMYK Percentages of Color #7f14ea

%46
%91
%0
%8

Triadic Colors of #7f14ea

#7f14ea #ea7f14 #14ea7f

Analogous Colors of #7f14ea

#7f14ea #ea14ea #1414ea

Monochromatic Colors of #7f14ea

#7f14ea

Complementary Color

#7f14ea #7fea14

#7f14ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f14ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f14ea Color CSS Codes

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

#7f14ea Text Font Color

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

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


#7f14ea Background Color

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

This div background color is #7f14ea


#7f14ea Border Color

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

This div border color is #7f14ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f14ea


Comments

No comments written yet.

Please login to write comment.