Color Hex Logo

#748fec Color Hex

#748FEC
(116,143,236)
0 Favorites   0 Comments

Color spaces of #748fec

RGB 116143236
HSL0.630.760.69
HSV227°51°93°
CMYK 0.510.390.00   0.07
XYZ32.165229.414183.3391
Yxy29.41410.22200.2030
Hunter Lab54.234810.9528-53.1428
CIE-Lab61.145415.9099-49.9381

#748fec color RGB value is (116,143,236).

#748fec hex color red value is 116, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #748fec hue: 0.63 , saturation: 0.76 and the lightness value of 748fec is 0.69.

The process color (four color CMYK) of #748fec color hex is 0.51, 0.39, 0.00, 0.07. Web safe color of #748fec is #6699ff. Color #748fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 11101100
Octal 164 217 354
Decimal 116 143 236
Hex 74 8F EC

RGB Percentages of Color #748fec

%23.43
%28.89
%47.68

CMYK Percentages of Color #748fec

%51
%39
%0
%7

Triadic Colors of #748fec

#748fec #ec748f #8fec74

Analogous Colors of #748fec

#748fec #9574ec #74cbec

Monochromatic Colors of #748fec

#748fec

Complementary Color

#748fec #ecd174

#748fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fec Color CSS Codes

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

#748fec Text Font Color

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

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


#748fec Background Color

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

This div background color is #748fec


#748fec Border Color

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

This div border color is #748fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fec


Comments

No comments written yet.

Please login to write comment.