Color Hex Logo

#7878ca Color Hex

#7878CA
(120,120,202)
0 Favorites   0 Comments

Color spaces of #7878ca

RGB 120120202
HSL0.670.440.63
HSV240°41°79°
CMYK 0.410.410.00   0.21
XYZ25.122921.690358.7396
Yxy21.69030.23800.2055
Hunter Lab46.572814.7862-42.1780
CIE-Lab53.696920.4658-42.6452

#7878ca color RGB value is (120,120,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111000 11001010
Octal 170 170 312
Decimal 120 120 202
Hex 78 78 CA

RGB Percentages of Color #7878ca

%27.15
%27.15
%45.70

CMYK Percentages of Color #7878ca

%41
%41
%0
%21

Triadic Colors of #7878ca

#7878ca #ca7878 #78ca78

Analogous Colors of #7878ca

#7878ca #a178ca #78a1ca

Monochromatic Colors of #7878ca

#7878ca

Complementary Color

#7878ca #caca78

#7878ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7878ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7878ca Color CSS Codes

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

#7878ca Text Font Color

<p style="color:#7878ca">Text here</p>

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


#7878ca Background Color

<div style="background-color:#7878ca">
Div content here</div>

This div background color is #7878ca


#7878ca Border Color

<div style="border:3px solid #7878ca">
Div here</div>

This div border color is #7878ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7878ca


Comments

No comments written yet.

Please login to write comment.