Color Hex Logo

#7794dd Color Hex

#7794DD
(119,148,221)
0 Favorites   0 Comments

Color spaces of #7794dd

RGB 119148221
HSL0.620.600.67
HSV223°46°87°
CMYK 0.460.330.00   0.13
XYZ31.248830.322272.6124
Yxy30.32220.23290.2260
Hunter Lab55.06564.9310-39.6370
CIE-Lab61.93129.1816-40.3709

#7794dd color RGB value is (119,148,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010100 11011101
Octal 167 224 335
Decimal 119 148 221
Hex 77 94 DD

RGB Percentages of Color #7794dd

%24.39
%30.33
%45.29

CMYK Percentages of Color #7794dd

%46
%33
%0
%13

Triadic Colors of #7794dd

#7794dd #dd7794 #94dd77

Analogous Colors of #7794dd

#7794dd #8d77dd #77c7dd

Monochromatic Colors of #7794dd

#7794dd

Complementary Color

#7794dd #ddc077

#7794dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7794dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7794dd Color CSS Codes

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

#7794dd Text Font Color

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

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


#7794dd Background Color

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

This div background color is #7794dd


#7794dd Border Color

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

This div border color is #7794dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7794dd


Comments

No comments written yet.

Please login to write comment.