Color Hex Logo

#7a68da Color Hex

#7A68DA
(122,104,218)
0 Favorites   0 Comments

Color spaces of #7a68da

RGB 122104218
HSL0.690.610.63
HSV249°52°85°
CMYK 0.440.520.00   0.15
XYZ25.631219.100268.6655
Yxy19.10020.22600.1684
Hunter Lab43.703828.2043-62.5613
CIE-Lab50.804235.0837-56.3303

#7a68da color RGB value is (122,104,218).

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

The process color (four color CMYK) of #7a68da color hex is 0.44, 0.52, 0.00, 0.15. Web safe color of #7a68da is #6666cc. Color #7a68da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01101000 11011010
Octal 172 150 332
Decimal 122 104 218
Hex 7A 68 DA

RGB Percentages of Color #7a68da

%27.48
%23.42
%49.10

CMYK Percentages of Color #7a68da

%44
%52
%0
%15

Triadic Colors of #7a68da

#7a68da #da7a68 #68da7a

Analogous Colors of #7a68da

#7a68da #b368da #688fda

Monochromatic Colors of #7a68da

#7a68da

Complementary Color

#7a68da #c8da68

#7a68da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a68da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a68da Color CSS Codes

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

#7a68da Text Font Color

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

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


#7a68da Background Color

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

This div background color is #7a68da


#7a68da Border Color

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

This div border color is #7a68da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a68da


Comments

No comments written yet.

Please login to write comment.