Color Hex Logo

#748fde Color Hex

#748FDE
(116,143,222)
0 Favorites   0 Comments

Color spaces of #748fde

RGB 116143222
HSL0.620.620.66
HSV225°48°87°
CMYK 0.480.360.00   0.13
XYZ30.209728.631973.0415
Yxy28.63190.22910.2171
Hunter Lab53.50887.1362-43.4769
CIE-Lab60.455411.6748-43.2590

#748fde color RGB value is (116,143,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 11011110
Octal 164 217 336
Decimal 116 143 222
Hex 74 8F DE

RGB Percentages of Color #748fde

%24.12
%29.73
%46.15

CMYK Percentages of Color #748fde

%48
%36
%0
%13

Triadic Colors of #748fde

#748fde #de748f #8fde74

Analogous Colors of #748fde

#748fde #8e74de #74c4de

Monochromatic Colors of #748fde

#748fde

Complementary Color

#748fde #dec374

#748fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fde Color CSS Codes

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

#748fde Text Font Color

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

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


#748fde Background Color

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

This div background color is #748fde


#748fde Border Color

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

This div border color is #748fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fde


Comments

No comments written yet.

Please login to write comment.