Color Hex Logo

#747ced Color Hex

#747CED
(116,124,237)
0 Favorites   0 Comments

Color spaces of #747ced

RGB 116124237
HSL0.660.770.69
HSV236°51°93°
CMYK 0.510.480.00   0.07
XYZ29.696224.242783.2349
Yxy24.24270.21650.1767
Hunter Lab49.236921.4940-65.7639
CIE-Lab56.330027.5123-58.1643

#747ced color RGB value is (116,124,237).

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

The process color (four color CMYK) of #747ced color hex is 0.51, 0.48, 0.00, 0.07. Web safe color of #747ced is #6666ff. Color #747ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111100 11101101
Octal 164 174 355
Decimal 116 124 237
Hex 74 7C ED

RGB Percentages of Color #747ced

%24.32
%26.00
%49.69

CMYK Percentages of Color #747ced

%51
%48
%0
%7

Triadic Colors of #747ced

#747ced #ed747c #7ced74

Analogous Colors of #747ced

#747ced #a974ed #74b9ed

Monochromatic Colors of #747ced

#747ced

Complementary Color

#747ced #ede574

#747ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#747ced Color CSS Codes

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

#747ced Text Font Color

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

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


#747ced Background Color

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

This div background color is #747ced


#747ced Border Color

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

This div border color is #747ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747ced


Comments

No comments written yet.

Please login to write comment.