Color Hex Logo

#748adf Color Hex

#748ADF
(116,138,223)
0 Favorites   0 Comments

Color spaces of #748adf

RGB 116138223
HSL0.630.630.66
HSV228°48°87°
CMYK 0.480.380.00   0.13
XYZ29.610227.217773.5049
Yxy27.21770.22720.2088
Hunter Lab52.170610.0118-47.0163
CIE-Lab59.175314.9201-45.8356

#748adf color RGB value is (116,138,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11011111
Octal 164 212 337
Decimal 116 138 223
Hex 74 8A DF

RGB Percentages of Color #748adf

%24.32
%28.93
%46.75

CMYK Percentages of Color #748adf

%48
%38
%0
%13

Triadic Colors of #748adf

#748adf #df748a #8adf74

Analogous Colors of #748adf

#748adf #9474df #74c0df

Monochromatic Colors of #748adf

#748adf

Complementary Color

#748adf #dfc974

#748adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#748adf Color CSS Codes

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

#748adf Text Font Color

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

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


#748adf Background Color

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

This div background color is #748adf


#748adf Border Color

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

This div border color is #748adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748adf


Comments

No comments written yet.

Please login to write comment.