Color Hex Logo

#749adf Color Hex

#749ADF
(116,154,223)
0 Favorites   0 Comments

Color spaces of #749adf

RGB 116154223
HSL0.610.630.66
HSV219°48°87°
CMYK 0.480.310.00   0.13
XYZ32.077332.151974.3273
Yxy32.15190.23150.2320
Hunter Lab56.70261.7498-38.0270
CIE-Lab63.46825.5798-39.0858

#749adf color RGB value is (116,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011010 11011111
Octal 164 232 337
Decimal 116 154 223
Hex 74 9A DF

RGB Percentages of Color #749adf

%23.53
%31.24
%45.23

CMYK Percentages of Color #749adf

%48
%31
%0
%13

Triadic Colors of #749adf

#749adf #df749a #9adf74

Analogous Colors of #749adf

#749adf #8474df #74d0df

Monochromatic Colors of #749adf

#749adf

Complementary Color

#749adf #dfb974

#749adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#749adf Color CSS Codes

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

#749adf Text Font Color

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

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


#749adf Background Color

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

This div background color is #749adf


#749adf Border Color

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

This div border color is #749adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,154,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #749adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749adf


Comments

No comments written yet.

Please login to write comment.