Color Hex Logo

#7a78ca Color Hex

#7A78CA
(122,120,202)
0 Favorites   0 Comments

Color spaces of #7a78ca

RGB 122120202
HSL0.670.440.63
HSV241°41°79°
CMYK 0.400.410.00   0.21
XYZ25.403221.834858.7528
Yxy21.83480.23970.2060
Hunter Lab46.727715.2668-41.8385
CIE-Lab53.851320.9892-42.3912

#7a78ca color RGB value is (122,120,202).

#7a78ca hex color red value is 122, green value is 120 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7a78ca hue: 0.67 , saturation: 0.44 and the lightness value of 7a78ca is 0.63.

The process color (four color CMYK) of #7a78ca color hex is 0.40, 0.41, 0.00, 0.21. Web safe color of #7a78ca is #6666cc. Color #7a78ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111000 11001010
Octal 172 170 312
Decimal 122 120 202
Hex 7A 78 CA

RGB Percentages of Color #7a78ca

%27.48
%27.03
%45.50

CMYK Percentages of Color #7a78ca

%40
%41
%0
%21

Triadic Colors of #7a78ca

#7a78ca #ca7a78 #78ca7a

Analogous Colors of #7a78ca

#7a78ca #a378ca #789fca

Monochromatic Colors of #7a78ca

#7a78ca

Complementary Color

#7a78ca #c8ca78

#7a78ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a78ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a78ca Color CSS Codes

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

#7a78ca Text Font Color

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

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


#7a78ca Background Color

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

This div background color is #7a78ca


#7a78ca Border Color

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

This div border color is #7a78ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a78ca


Comments

No comments written yet.

Please login to write comment.