Color Hex Logo

#7a82dd Color Hex

#7A82DD
(122,130,221)
0 Favorites   0 Comments

Color spaces of #7a82dd

RGB 122130221
HSL0.650.590.67
HSV235°45°87°
CMYK 0.450.410.00   0.13
XYZ29.059825.323371.7629
Yxy25.32330.23040.2007
Hunter Lab50.322315.0152-49.3259
CIE-Lab57.389120.5060-47.5182

#7a82dd color RGB value is (122,130,221).

#7a82dd hex color red value is 122, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7a82dd hue: 0.65 , saturation: 0.59 and the lightness value of 7a82dd is 0.67.

The process color (four color CMYK) of #7a82dd color hex is 0.45, 0.41, 0.00, 0.13. Web safe color of #7a82dd is #6699cc. Color #7a82dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000010 11011101
Octal 172 202 335
Decimal 122 130 221
Hex 7A 82 DD

RGB Percentages of Color #7a82dd

%25.79
%27.48
%46.72

CMYK Percentages of Color #7a82dd

%45
%41
%0
%13

Triadic Colors of #7a82dd

#7a82dd #dd7a82 #82dd7a

Analogous Colors of #7a82dd

#7a82dd #a47add #7ab4dd

Monochromatic Colors of #7a82dd

#7a82dd

Complementary Color

#7a82dd #ddd57a

#7a82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a82dd Color CSS Codes

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

#7a82dd Text Font Color

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

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


#7a82dd Background Color

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

This div background color is #7a82dd


#7a82dd Border Color

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

This div border color is #7a82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a82dd


Comments

No comments written yet.

Please login to write comment.