color codes Logo

#7e27ea color codes

#7E27EA
(126,39,234)
0 Favorites   0 Comments

Color spaces of #7e27ea

RGB 12639234
HSL0.740.820.54
HSV267°83°92°
CMYK 0.460.830.00   0.08
XYZ24.181011.827278.8503
Yxy11.82720.21050.1030
Hunter Lab34.390765.3243-111.8654
CIE-Lab40.940271.3903-81.4293

#7e27ea color RGB value is (126,39,234).

#7e27ea hex color red value is 126, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7e27ea hue: 0.74 , saturation: 0.82 and the lightness value of 7e27ea is 0.54.

The process color (four color CMYK) of #7e27ea color code is 0.46, 0.83, 0.00, 0.08. Web safe color of #7e27ea is #6633ff. Color #7e27ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100111 11101010
Octal 176 47 352
Decimal 126 39 234
Hex 7E 27 EA

RGB Percentages of Color #7e27ea

%31.58
%9.77
%58.65

CMYK Percentages of Color #7e27ea

%46
%83
%0
%8

Triadic Colors of #7e27ea

#7e27ea #ea7e27 #27ea7e

Analogous Colors of #7e27ea

#7e27ea #e027ea #2732ea

Monochromatic Colors of #7e27ea

#7e27ea

Complementary Color

#7e27ea #93ea27

#7e27ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e27ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e27ea Color CSS Codes

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

#7e27ea Text Font Color

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

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


#7e27ea Background Color

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

This div background color is #7e27ea


#7e27ea Border Color

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

This div border color is #7e27ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e27ea


Comments

No comments written yet.

Please login to write comment.