Color Hex Logo

#747cde Color Hex

#747CDE
(116,124,222)
0 Favorites   0 Comments

Color spaces of #747cde

RGB 116124222
HSL0.650.620.66
HSV235°48°87°
CMYK 0.480.440.00   0.13
XYZ27.594923.402272.1699
Yxy23.40220.22400.1900
Hunter Lab48.375817.1636-54.5892
CIE-Lab55.484222.9587-51.1308

#747cde color RGB value is (116,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111100 11011110
Octal 164 174 336
Decimal 116 124 222
Hex 74 7C DE

RGB Percentages of Color #747cde

%25.11
%26.84
%48.05

CMYK Percentages of Color #747cde

%48
%44
%0
%13

Triadic Colors of #747cde

#747cde #de747c #7cde74

Analogous Colors of #747cde

#747cde #a174de #74b1de

Monochromatic Colors of #747cde

#747cde

Complementary Color

#747cde #ded674

#747cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#747cde Color CSS Codes

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

#747cde Text Font Color

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

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


#747cde Background Color

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

This div background color is #747cde


#747cde Border Color

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

This div border color is #747cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747cde


Comments

No comments written yet.

Please login to write comment.