Color Hex Logo

#7a68fe Color Hex

#7A68FE
(122,104,254)
0 Favorites   0 Comments

Color spaces of #7a68fe

RGB 122104254
HSL0.690.990.70
HSV247°59°100°
CMYK 0.520.590.00   0.00
XYZ30.865721.194096.2300
Yxy21.19400.20810.1429
Hunter Lab46.036939.1116-91.7067
CIE-Lab53.161245.5676-72.6884

#7a68fe color RGB value is (122,104,254).

#7a68fe hex color red value is 122, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7a68fe hue: 0.69 , saturation: 0.99 and the lightness value of 7a68fe is 0.70.

The process color (four color CMYK) of #7a68fe color hex is 0.52, 0.59, 0.00, 0.00. Web safe color of #7a68fe is #6666ff. Color #7a68fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01101000 11111110
Octal 172 150 376
Decimal 122 104 254
Hex 7A 68 FE

RGB Percentages of Color #7a68fe

%25.42
%21.67
%52.92

CMYK Percentages of Color #7a68fe

%52
%59
%0
%0

Triadic Colors of #7a68fe

#7a68fe #fe7a68 #68fe7a

Analogous Colors of #7a68fe

#7a68fe #c568fe #68a1fe

Monochromatic Colors of #7a68fe

#7a68fe

Complementary Color

#7a68fe #ecfe68

#7a68fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a68fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a68fe Color CSS Codes

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

#7a68fe Text Font Color

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

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


#7a68fe Background Color

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

This div background color is #7a68fe


#7a68fe Border Color

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

This div border color is #7a68fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a68fe

Related Colors


Comments

No comments written yet.

Please login to write comment.