Color Hex Logo

#748adc Color Hex

#748ADC
(116,138,220)
0 Favorites   0 Comments

Color spaces of #748adc

RGB 116138220
HSL0.630.600.66
HSV227°47°86°
CMYK 0.470.370.00   0.14
XYZ29.209227.057371.3932
Yxy27.05730.22880.2119
Hunter Lab52.01669.2050-44.9643
CIE-Lab59.027314.0209-44.3942

#748adc color RGB value is (116,138,220).

#748adc hex color red value is 116, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #748adc hue: 0.63 , saturation: 0.60 and the lightness value of 748adc is 0.66.

The process color (four color CMYK) of #748adc color hex is 0.47, 0.37, 0.00, 0.14. Web safe color of #748adc is #6699cc. Color #748adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11011100
Octal 164 212 334
Decimal 116 138 220
Hex 74 8A DC

RGB Percentages of Color #748adc

%24.47
%29.11
%46.41

CMYK Percentages of Color #748adc

%47
%37
%0
%14

Triadic Colors of #748adc

#748adc #dc748a #8adc74

Analogous Colors of #748adc

#748adc #9274dc #74bedc

Monochromatic Colors of #748adc

#748adc

Complementary Color

#748adc #dcc674

#748adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#748adc Color CSS Codes

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

#748adc Text Font Color

<p style="color:#748adc">Text here</p>

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


#748adc Background Color

<div style="background-color:#748adc">
Div content here</div>

This div background color is #748adc


#748adc Border Color

<div style="border:3px solid #748adc">
Div here</div>

This div border color is #748adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,138,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748adc;
  -webkit-box-shadow: 1px 1px 3px 2px #748adc;
  box-shadow:         1px 1px 3px 2px #748adc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748adc


Comments

No comments written yet.

Please login to write comment.