Color Hex Logo

#748acf Color Hex

#748ACF
(116,138,207)
0 Favorites   0 Comments

Color spaces of #748acf

RGB 116138207
HSL0.630.490.63
HSV225°44°81°
CMYK 0.440.330.00   0.19
XYZ27.553426.395062.6740
Yxy26.39500.23630.2263
Hunter Lab51.37615.8229-36.3650
CIE-Lab58.410110.1812-38.0757

#748acf color RGB value is (116,138,207).

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

The process color (four color CMYK) of #748acf color hex is 0.44, 0.33, 0.00, 0.19. Web safe color of #748acf is #6699cc. Color #748acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11001111
Octal 164 212 317
Decimal 116 138 207
Hex 74 8A CF

RGB Percentages of Color #748acf

%25.16
%29.93
%44.90

CMYK Percentages of Color #748acf

%44
%33
%0
%19

Triadic Colors of #748acf

#748acf #cf748a #8acf74

Analogous Colors of #748acf

#748acf #8c74cf #74b8cf

Monochromatic Colors of #748acf

#748acf

Complementary Color

#748acf #cfb974

#748acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#748acf Color CSS Codes

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

#748acf Text Font Color

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

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


#748acf Background Color

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

This div background color is #748acf


#748acf Border Color

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

This div border color is #748acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748acf


Comments

No comments written yet.

Please login to write comment.