Color Hex Logo

#7a7fdc Color Hex

#7A7FDC
(122,127,220)
0 Favorites   0 Comments

Color spaces of #7a7fdc

RGB 122127220
HSL0.660.580.67
HSV237°45°86°
CMYK 0.450.420.00   0.14
XYZ28.533724.483670.9321
Yxy24.48360.23020.1975
Hunter Lab49.480916.3424-50.3570
CIE-Lab56.568821.9967-48.2582

#7a7fdc color RGB value is (122,127,220).

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

The process color (four color CMYK) of #7a7fdc color hex is 0.45, 0.42, 0.00, 0.14. Web safe color of #7a7fdc is #6666cc. Color #7a7fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111111 11011100
Octal 172 177 334
Decimal 122 127 220
Hex 7A 7F DC

RGB Percentages of Color #7a7fdc

%26.01
%27.08
%46.91

CMYK Percentages of Color #7a7fdc

%45
%42
%0
%14

Triadic Colors of #7a7fdc

#7a7fdc #dc7a7f #7fdc7a

Analogous Colors of #7a7fdc

#7a7fdc #a67adc #7ab0dc

Monochromatic Colors of #7a7fdc

#7a7fdc

Complementary Color

#7a7fdc #dcd77a

#7a7fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7fdc Color CSS Codes

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

#7a7fdc Text Font Color

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

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


#7a7fdc Background Color

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

This div background color is #7a7fdc


#7a7fdc Border Color

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

This div border color is #7a7fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7fdc


Comments

No comments written yet.

Please login to write comment.