Color Hex Logo

#748ac8 Color Hex

#748AC8
(116,138,200)
0 Favorites   0 Comments

Color spaces of #748ac8

RGB 116138200
HSL0.620.430.62
HSV224°42°78°
CMYK 0.420.310.00   0.22
XYZ26.716326.060158.2656
Yxy26.06010.24060.2347
Hunter Lab51.04914.0812-31.9371
CIE-Lab58.09418.1577-34.6247

#748ac8 color RGB value is (116,138,200).

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

The process color (four color CMYK) of #748ac8 color hex is 0.42, 0.31, 0.00, 0.22. Web safe color of #748ac8 is #6699cc. Color #748ac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11001000
Octal 164 212 310
Decimal 116 138 200
Hex 74 8A C8

RGB Percentages of Color #748ac8

%25.55
%30.40
%44.05

CMYK Percentages of Color #748ac8

%42
%31
%0
%22

Triadic Colors of #748ac8

#748ac8 #c8748a #8ac874

Analogous Colors of #748ac8

#748ac8 #8874c8 #74b4c8

Monochromatic Colors of #748ac8

#748ac8

Complementary Color

#748ac8 #c8b274

#748ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748ac8 Color CSS Codes

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

#748ac8 Text Font Color

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

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


#748ac8 Background Color

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

This div background color is #748ac8


#748ac8 Border Color

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

This div border color is #748ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748ac8


Comments

No comments written yet.

Please login to write comment.