Color Hex Logo

#748fdd Color Hex

#748FDD
(116,143,221)
0 Favorites   0 Comments

Color spaces of #748fdd

RGB 116143221
HSL0.620.610.66
HSV225°48°87°
CMYK 0.480.350.00   0.13
XYZ30.076128.578472.3376
Yxy28.57840.22960.2182
Hunter Lab53.45886.8719-42.8070
CIE-Lab60.407711.3764-42.7770

#748fdd color RGB value is (116,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 11011101
Octal 164 217 335
Decimal 116 143 221
Hex 74 8F DD

RGB Percentages of Color #748fdd

%24.17
%29.79
%46.04

CMYK Percentages of Color #748fdd

%48
%35
%0
%13

Triadic Colors of #748fdd

#748fdd #dd748f #8fdd74

Analogous Colors of #748fdd

#748fdd #8e74dd #74c4dd

Monochromatic Colors of #748fdd

#748fdd

Complementary Color

#748fdd #ddc274

#748fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fdd Color CSS Codes

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

#748fdd Text Font Color

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

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


#748fdd Background Color

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

This div background color is #748fdd


#748fdd Border Color

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

This div border color is #748fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fdd


Comments

No comments written yet.

Please login to write comment.