Color Hex Logo

#748cdf Color Hex

#748CDF
(116,140,223)
0 Favorites   0 Comments

Color spaces of #748cdf

RGB 116140223
HSL0.630.630.66
HSV227°48°87°
CMYK 0.480.370.00   0.13
XYZ29.899827.796973.6015
Yxy27.79690.22770.2117
Hunter Lab52.72288.9649-45.8635
CIE-Lab59.704813.7392-44.9994

#748cdf color RGB value is (116,140,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 11011111
Octal 164 214 337
Decimal 116 140 223
Hex 74 8C DF

RGB Percentages of Color #748cdf

%24.22
%29.23
%46.56

CMYK Percentages of Color #748cdf

%48
%37
%0
%13

Triadic Colors of #748cdf

#748cdf #df748c #8cdf74

Analogous Colors of #748cdf

#748cdf #9274df #74c2df

Monochromatic Colors of #748cdf

#748cdf

Complementary Color

#748cdf #dfc774

#748cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#748cdf Color CSS Codes

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

#748cdf Text Font Color

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

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


#748cdf Background Color

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

This div background color is #748cdf


#748cdf Border Color

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

This div border color is #748cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748cdf


Comments

No comments written yet.

Please login to write comment.