Color Hex Logo

#7983cb Color Hex

#7983CB
(121,131,203)
0 Favorites   0 Comments

Color spaces of #7983cb

RGB 121131203
HSL0.650.440.64
HSV233°40°80°
CMYK 0.400.350.00   0.20
XYZ26.780924.609359.8385
Yxy24.60930.24080.2212
Hunter Lab49.60789.5502-36.7921
CIE-Lab56.692714.4616-38.4889

#7983cb color RGB value is (121,131,203).

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

The process color (four color CMYK) of #7983cb color hex is 0.40, 0.35, 0.00, 0.20. Web safe color of #7983cb is #6699cc. Color #7983cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000011 11001011
Octal 171 203 313
Decimal 121 131 203
Hex 79 83 CB

RGB Percentages of Color #7983cb

%26.59
%28.79
%44.62

CMYK Percentages of Color #7983cb

%40
%35
%0
%20

Triadic Colors of #7983cb

#7983cb #cb7983 #83cb79

Analogous Colors of #7983cb

#7983cb #9879cb #79accb

Monochromatic Colors of #7983cb

#7983cb

Complementary Color

#7983cb #cbc179

#7983cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7983cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7983cb Color CSS Codes

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

#7983cb Text Font Color

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

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


#7983cb Background Color

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

This div background color is #7983cb


#7983cb Border Color

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

This div border color is #7983cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,131,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7983cb


Comments

No comments written yet.

Please login to write comment.