Color Hex Logo

#7a1afb Color Hex

#7A1AFB
(122,26,251)
0 Favorites   0 Comments

Color spaces of #7a1afb

RGB 12226251
HSL0.740.970.54
HSV266°90°98°
CMYK 0.510.900.00   0.02
XYZ25.808011.841492.1922
Yxy11.84140.19880.0912
Hunter Lab34.411373.6526-134.7573
CIE-Lab40.962978.2441-90.9969

#7a1afb color RGB value is (122,26,251).

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

The process color (four color CMYK) of #7a1afb color hex is 0.51, 0.90, 0.00, 0.02. Web safe color of #7a1afb is #6633ff. Color #7a1afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00011010 11111011
Octal 172 32 373
Decimal 122 26 251
Hex 7A 1A FB

RGB Percentages of Color #7a1afb

%30.58
%6.52
%62.91

CMYK Percentages of Color #7a1afb

%51
%90
%0
%2

Triadic Colors of #7a1afb

#7a1afb #fb7a1a #1afb7a

Analogous Colors of #7a1afb

#7a1afb #eb1afb #1a2afb

Monochromatic Colors of #7a1afb

#7a1afb

Complementary Color

#7a1afb #9bfb1a

#7a1afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a1afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a1afb Color CSS Codes

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

#7a1afb Text Font Color

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

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


#7a1afb Background Color

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

This div background color is #7a1afb


#7a1afb Border Color

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

This div border color is #7a1afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,26,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a1afb


Comments

No comments written yet.

Please login to write comment.