Color Hex Logo

#7494dd Color Hex

#7494DD
(116,148,221)
0 Favorites   0 Comments

Color spaces of #7494dd

RGB 116148221
HSL0.620.610.66
HSV222°48°87°
CMYK 0.480.330.00   0.13
XYZ30.843530.113372.5934
Yxy30.11330.23100.2255
Hunter Lab54.87564.2958-40.0202
CIE-Lab61.75198.4563-40.6650

#7494dd color RGB value is (116,148,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010100 11011101
Octal 164 224 335
Decimal 116 148 221
Hex 74 94 DD

RGB Percentages of Color #7494dd

%23.92
%30.52
%45.57

CMYK Percentages of Color #7494dd

%48
%33
%0
%13

Triadic Colors of #7494dd

#7494dd #dd7494 #94dd74

Analogous Colors of #7494dd

#7494dd #8974dd #74c9dd

Monochromatic Colors of #7494dd

#7494dd

Complementary Color

#7494dd #ddbd74

#7494dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7494dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7494dd Color CSS Codes

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

#7494dd Text Font Color

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

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


#7494dd Background Color

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

This div background color is #7494dd


#7494dd Border Color

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

This div border color is #7494dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7494dd


Comments

No comments written yet.

Please login to write comment.