Color Hex Logo

#7a7dcd Color Hex

#7A7DCD
(122,125,205)
0 Favorites   0 Comments

Color spaces of #7a7dcd

RGB 122125205
HSL0.660.450.64
HSV238°40°80°
CMYK 0.400.390.00   0.20
XYZ26.379123.212660.8478
Yxy23.21260.23890.2102
Hunter Lab48.179513.4178-41.1541
CIE-Lab55.290718.8576-41.8223

#7a7dcd color RGB value is (122,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111101 11001101
Octal 172 175 315
Decimal 122 125 205
Hex 7A 7D CD

RGB Percentages of Color #7a7dcd

%26.99
%27.65
%45.35

CMYK Percentages of Color #7a7dcd

%40
%39
%0
%20

Triadic Colors of #7a7dcd

#7a7dcd #cd7a7d #7dcd7a

Analogous Colors of #7a7dcd

#7a7dcd #a17acd #7aa7cd

Monochromatic Colors of #7a7dcd

#7a7dcd

Complementary Color

#7a7dcd #cdca7a

#7a7dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7dcd Color CSS Codes

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

#7a7dcd Text Font Color

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

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


#7a7dcd Background Color

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

This div background color is #7a7dcd


#7a7dcd Border Color

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

This div border color is #7a7dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7dcd


Comments

No comments written yet.

Please login to write comment.