Color Hex Logo

#7a7fcc Color Hex

#7A7FCC
(122,127,204)
0 Favorites   0 Comments

Color spaces of #7a7fcc

RGB 122127204
HSL0.660.450.64
HSV236°40°80°
CMYK 0.400.380.00   0.20
XYZ26.514523.676060.2992
Yxy23.67600.24000.2143
Hunter Lab48.658012.1160-39.4143
CIE-Lab55.761917.3833-40.5131

#7a7fcc color RGB value is (122,127,204).

#7a7fcc hex color red value is 122, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7a7fcc hue: 0.66 , saturation: 0.45 and the lightness value of 7a7fcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111111 11001100
Octal 172 177 314
Decimal 122 127 204
Hex 7A 7F CC

RGB Percentages of Color #7a7fcc

%26.93
%28.04
%45.03

CMYK Percentages of Color #7a7fcc

%40
%38
%0
%20

Triadic Colors of #7a7fcc

#7a7fcc #cc7a7f #7fcc7a

Analogous Colors of #7a7fcc

#7a7fcc #9e7acc #7aa8cc

Monochromatic Colors of #7a7fcc

#7a7fcc

Complementary Color

#7a7fcc #ccc77a

#7a7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7fcc Color CSS Codes

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

#7a7fcc Text Font Color

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

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


#7a7fcc Background Color

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

This div background color is #7a7fcc


#7a7fcc Border Color

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

This div border color is #7a7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7fcc


Comments

No comments written yet.

Please login to write comment.