Color Hex Logo

#7a90ce Color Hex

#7A90CE
(122,144,206)
0 Favorites   0 Comments

Color spaces of #7a90ce

RGB 122144206
HSL0.620.460.64
HSV224°41°81°
CMYK 0.410.300.00   0.19
XYZ29.139928.540362.3655
Yxy28.54030.24270.2377
Hunter Lab53.42313.8732-31.8182
CIE-Lab60.37387.9502-34.4167

#7a90ce color RGB value is (122,144,206).

#7a90ce hex color red value is 122, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7a90ce hue: 0.62 , saturation: 0.46 and the lightness value of 7a90ce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10010000 11001110
Octal 172 220 316
Decimal 122 144 206
Hex 7A 90 CE

RGB Percentages of Color #7a90ce

%25.85
%30.51
%43.64

CMYK Percentages of Color #7a90ce

%41
%30
%0
%19

Triadic Colors of #7a90ce

#7a90ce #ce7a90 #90ce7a

Analogous Colors of #7a90ce

#7a90ce #8e7ace #7abace

Monochromatic Colors of #7a90ce

#7a90ce

Complementary Color

#7a90ce #ceb87a

#7a90ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a90ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a90ce Color CSS Codes

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

#7a90ce Text Font Color

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

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


#7a90ce Background Color

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

This div background color is #7a90ce


#7a90ce Border Color

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

This div border color is #7a90ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a90ce


Comments

No comments written yet.

Please login to write comment.