Color Hex Logo

#749ddd Color Hex

#749DDD
(116,157,221)
0 Favorites   0 Comments

Color spaces of #749ddd

RGB 116157221
HSL0.600.610.66
HSV217°48°87°
CMYK 0.480.290.00   0.13
XYZ32.310633.047473.0824
Yxy33.04740.23340.2387
Hunter Lab57.4869-0.2758-35.1339
CIE-Lab64.19933.2707-36.8367

#749ddd color RGB value is (116,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 11011101
Octal 164 235 335
Decimal 116 157 221
Hex 74 9D DD

RGB Percentages of Color #749ddd

%23.48
%31.78
%44.74

CMYK Percentages of Color #749ddd

%48
%29
%0
%13

Triadic Colors of #749ddd

#749ddd #dd749d #9ddd74

Analogous Colors of #749ddd

#749ddd #8074dd #74d2dd

Monochromatic Colors of #749ddd

#749ddd

Complementary Color

#749ddd #ddb474

#749ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ddd Color CSS Codes

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

#749ddd Text Font Color

<p style="color:#749ddd">Text here</p>

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


#749ddd Background Color

<div style="background-color:#749ddd">
Div content here</div>

This div background color is #749ddd


#749ddd Border Color

<div style="border:3px solid #749ddd">
Div here</div>

This div border color is #749ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ddd


Comments

No comments written yet.

Please login to write comment.