Color Hex Logo

#747dde Color Hex

#747DDE
(116,125,222)
0 Favorites   0 Comments

Color spaces of #747dde

RGB 116125222
HSL0.650.620.66
HSV235°48°87°
CMYK 0.480.440.00   0.13
XYZ27.720923.654272.2119
Yxy23.65420.22430.1914
Hunter Lab48.635616.6277-53.9862
CIE-Lab55.739922.3599-50.7238

#747dde color RGB value is (116,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 11011110
Octal 164 175 336
Decimal 116 125 222
Hex 74 7D DE

RGB Percentages of Color #747dde

%25.05
%27.00
%47.95

CMYK Percentages of Color #747dde

%48
%44
%0
%13

Triadic Colors of #747dde

#747dde #de747d #7dde74

Analogous Colors of #747dde

#747dde #a074de #74b2de

Monochromatic Colors of #747dde

#747dde

Complementary Color

#747dde #ded574

#747dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#747dde Color CSS Codes

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

#747dde Text Font Color

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

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


#747dde Background Color

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

This div background color is #747dde


#747dde Border Color

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

This div border color is #747dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747dde


Comments

No comments written yet.

Please login to write comment.