Color Hex Logo

#7985cd Color Hex

#7985CD
(121,133,205)
0 Favorites   0 Comments

Color spaces of #7985cd

RGB 121133205
HSL0.640.460.64
HSV231°41°80°
CMYK 0.410.350.00   0.20
XYZ27.292125.247861.1925
Yxy25.24780.24000.2220
Hunter Lab50.24729.0209-37.0321
CIE-Lab57.316113.8474-38.6406

#7985cd color RGB value is (121,133,205).

#7985cd hex color red value is 121, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7985cd hue: 0.64 , saturation: 0.46 and the lightness value of 7985cd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000101 11001101
Octal 171 205 315
Decimal 121 133 205
Hex 79 85 CD

RGB Percentages of Color #7985cd

%26.36
%28.98
%44.66

CMYK Percentages of Color #7985cd

%41
%35
%0
%20

Triadic Colors of #7985cd

#7985cd #cd7985 #85cd79

Analogous Colors of #7985cd

#7985cd #9779cd #79afcd

Monochromatic Colors of #7985cd

#7985cd

Complementary Color

#7985cd #cdc179

#7985cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7985cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7985cd Color CSS Codes

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

#7985cd Text Font Color

<p style="color:#7985cd">Text here</p>

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


#7985cd Background Color

<div style="background-color:#7985cd">
Div content here</div>

This div background color is #7985cd


#7985cd Border Color

<div style="border:3px solid #7985cd">
Div here</div>

This div border color is #7985cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,133,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7985cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7985cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7985cd;
  box-shadow:         1px 1px 3px 2px #7985cd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7985cd


Comments

No comments written yet.

Please login to write comment.