Color Hex Logo

#749afc Color Hex

#749AFC
(116,154,252)
0 Favorites   0 Comments

Color spaces of #749afc

RGB 116154252
HSL0.620.960.72
HSV223°54°99°
CMYK 0.540.390.00   0.01
XYZ36.328733.852596.7149
Yxy33.85250.21770.2028
Hunter Lab58.18299.6332-57.8272
CIE-Lab64.845314.3899-52.8651

#749afc color RGB value is (116,154,252).

#749afc hex color red value is 116, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #749afc hue: 0.62 , saturation: 0.96 and the lightness value of 749afc is 0.72.

The process color (four color CMYK) of #749afc color hex is 0.54, 0.39, 0.00, 0.01. Web safe color of #749afc is #6699ff. Color #749afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011010 11111100
Octal 164 232 374
Decimal 116 154 252
Hex 74 9A FC

RGB Percentages of Color #749afc

%22.22
%29.50
%48.28

CMYK Percentages of Color #749afc

%54
%39
%0
%1

Triadic Colors of #749afc

#749afc #fc749a #9afc74

Analogous Colors of #749afc

#749afc #9274fc #74defc

Monochromatic Colors of #749afc

#749afc

Complementary Color

#749afc #fcd674

#749afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#749afc Color CSS Codes

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

#749afc Text Font Color

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

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


#749afc Background Color

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

This div background color is #749afc


#749afc Border Color

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

This div border color is #749afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749afc

Related Colors


Comments

No comments written yet.

Please login to write comment.