Color Hex Logo

#7988dd Color Hex

#7988DD
(121,136,221)
0 Favorites   0 Comments

Color spaces of #7988dd

RGB 121136221
HSL0.640.600.67
HSV231°45°87°
CMYK 0.450.380.00   0.13
XYZ29.740526.893772.0301
Yxy26.89370.23110.2090
Hunter Lab51.859111.6138-46.0499
CIE-Lab58.875816.7075-45.1706

#7988dd color RGB value is (121,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001000 11011101
Octal 171 210 335
Decimal 121 136 221
Hex 79 88 DD

RGB Percentages of Color #7988dd

%25.31
%28.45
%46.23

CMYK Percentages of Color #7988dd

%45
%38
%0
%13

Triadic Colors of #7988dd

#7988dd #dd7988 #88dd79

Analogous Colors of #7988dd

#7988dd #9c79dd #79badd

Monochromatic Colors of #7988dd

#7988dd

Complementary Color

#7988dd #ddce79

#7988dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7988dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7988dd Color CSS Codes

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

#7988dd Text Font Color

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

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


#7988dd Background Color

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

This div background color is #7988dd


#7988dd Border Color

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

This div border color is #7988dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7988dd


Comments

No comments written yet.

Please login to write comment.