Color Hex Logo

#7e27be Color Hex

#7E27BE
(126,39,190)
0 Favorites   0 Comments

Color spaces of #7e27be

RGB 12639190
HSL0.760.660.45
HSV275°79°75°
CMYK 0.340.790.00   0.25
XYZ18.62409.604449.5874
Yxy9.60440.23930.1234
Hunter Lab30.991053.0353-73.1739
CIE-Lab37.122961.4344-62.2835

#7e27be color RGB value is (126,39,190).

#7e27be hex color red value is 126, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7e27be hue: 0.76 , saturation: 0.66 and the lightness value of 7e27be is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100111 10111110
Octal 176 47 276
Decimal 126 39 190
Hex 7E 27 BE

RGB Percentages of Color #7e27be

%35.49
%10.99
%53.52

CMYK Percentages of Color #7e27be

%34
%79
%0
%25

Triadic Colors of #7e27be

#7e27be #be7e27 #27be7e

Analogous Colors of #7e27be

#7e27be #be27b3 #3327be

Monochromatic Colors of #7e27be

#7e27be

Complementary Color

#7e27be #67be27

#7e27be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e27be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e27be Color CSS Codes

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

#7e27be Text Font Color

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

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


#7e27be Background Color

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

This div background color is #7e27be


#7e27be Border Color

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

This div border color is #7e27be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e27be


Comments

No comments written yet.

Please login to write comment.