Color Hex Logo

#7985dd Color Hex

#7985DD
(121,133,221)
0 Favorites   0 Comments

Color spaces of #7985dd

RGB 121133221
HSL0.650.600.67
HSV233°45°87°
CMYK 0.450.400.00   0.13
XYZ29.323826.060571.8913
Yxy26.06050.23040.2048
Hunter Lab51.049513.1972-47.7615
CIE-Lab58.094418.4827-46.4058

#7985dd color RGB value is (121,133,221).

#7985dd hex color red value is 121, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7985dd hue: 0.65 , saturation: 0.60 and the lightness value of 7985dd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000101 11011101
Octal 171 205 335
Decimal 121 133 221
Hex 79 85 DD

RGB Percentages of Color #7985dd

%25.47
%28.00
%46.53

CMYK Percentages of Color #7985dd

%45
%40
%0
%13

Triadic Colors of #7985dd

#7985dd #dd7985 #85dd79

Analogous Colors of #7985dd

#7985dd #9f79dd #79b7dd

Monochromatic Colors of #7985dd

#7985dd

Complementary Color

#7985dd #ddd179

#7985dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7985dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7985dd Color CSS Codes

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

#7985dd Text Font Color

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

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


#7985dd Background Color

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

This div background color is #7985dd


#7985dd Border Color

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

This div border color is #7985dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7985dd


Comments

No comments written yet.

Please login to write comment.