Color Hex Logo

#7a27ec Color Hex

#7A27EC
(122,39,236)
0 Favorites   0 Comments

Color spaces of #7a27ec

RGB 12239236
HSL0.740.840.54
HSV265°83°93°
CMYK 0.480.830.00   0.07
XYZ23.891911.644780.3453
Yxy11.64470.20620.1005
Hunter Lab34.124365.2579-115.7105
CIE-Lab40.645871.3915-83.0648

#7a27ec color RGB value is (122,39,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00100111 11101100
Octal 172 47 354
Decimal 122 39 236
Hex 7A 27 EC

RGB Percentages of Color #7a27ec

%30.73
%9.82
%59.45

CMYK Percentages of Color #7a27ec

%48
%83
%0
%7

Triadic Colors of #7a27ec

#7a27ec #ec7a27 #27ec7a

Analogous Colors of #7a27ec

#7a27ec #dd27ec #2736ec

Monochromatic Colors of #7a27ec

#7a27ec

Complementary Color

#7a27ec #99ec27

#7a27ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a27ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a27ec Color CSS Codes

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

#7a27ec Text Font Color

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

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


#7a27ec Background Color

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

This div background color is #7a27ec


#7a27ec Border Color

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

This div border color is #7a27ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a27ec


Comments

No comments written yet.

Please login to write comment.