Color Hex Logo

#7983ce Color Hex

#7983CE
(121,131,206)
0 Favorites   0 Comments

Color spaces of #7983ce

RGB 121131206
HSL0.650.460.64
HSV233°41°81°
CMYK 0.410.360.00   0.19
XYZ27.142024.753861.7399
Yxy24.75380.23890.2178
Hunter Lab49.753210.3095-38.7471
CIE-Lab56.834715.3162-39.9612

#7983ce color RGB value is (121,131,206).

#7983ce hex color red value is 121, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7983ce hue: 0.65 , saturation: 0.46 and the lightness value of 7983ce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000011 11001110
Octal 171 203 316
Decimal 121 131 206
Hex 79 83 CE

RGB Percentages of Color #7983ce

%26.42
%28.60
%44.98

CMYK Percentages of Color #7983ce

%41
%36
%0
%19

Triadic Colors of #7983ce

#7983ce #ce7983 #83ce79

Analogous Colors of #7983ce

#7983ce #9a79ce #79aece

Monochromatic Colors of #7983ce

#7983ce

Complementary Color

#7983ce #cec479

#7983ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7983ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7983ce Color CSS Codes

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

#7983ce Text Font Color

<p style="color:#7983ce">Text here</p>

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


#7983ce Background Color

<div style="background-color:#7983ce">
Div content here</div>

This div background color is #7983ce


#7983ce Border Color

<div style="border:3px solid #7983ce">
Div here</div>

This div border color is #7983ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,131,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7983ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7983ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7983ce;
  box-shadow:         1px 1px 3px 2px #7983ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,131,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 #7983ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7983ce


Comments

No comments written yet.

Please login to write comment.