Color Hex Logo

#748cde Color Hex

#748CDE
(116,140,222)
0 Favorites   0 Comments

Color spaces of #748cde

RGB 116140222
HSL0.630.620.66
HSV226°48°87°
CMYK 0.480.370.00   0.13
XYZ29.765427.743172.8934
Yxy27.74310.22830.2128
Hunter Lab52.67178.6969-45.1824
CIE-Lab59.655913.4396-44.5190

#748cde color RGB value is (116,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 11011110
Octal 164 214 336
Decimal 116 140 222
Hex 74 8C DE

RGB Percentages of Color #748cde

%24.27
%29.29
%46.44

CMYK Percentages of Color #748cde

%48
%37
%0
%13

Triadic Colors of #748cde

#748cde #de748c #8cde74

Analogous Colors of #748cde

#748cde #9174de #74c1de

Monochromatic Colors of #748cde

#748cde

Complementary Color

#748cde #dec674

#748cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#748cde Color CSS Codes

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

#748cde Text Font Color

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

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


#748cde Background Color

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

This div background color is #748cde


#748cde Border Color

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

This div border color is #748cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748cde


Comments

No comments written yet.

Please login to write comment.