Color Hex Logo

#747aed Color Hex

#747AED
(116,122,237)
0 Favorites   0 Comments

Color spaces of #747aed

RGB 116122237
HSL0.660.770.69
HSV237°51°93°
CMYK 0.510.490.00   0.07
XYZ29.448123.746583.1522
Yxy23.74650.21600.1742
Hunter Lab48.730422.5906-67.0596
CIE-Lab55.833128.7065-58.9604

#747aed color RGB value is (116,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111010 11101101
Octal 164 172 355
Decimal 116 122 237
Hex 74 7A ED

RGB Percentages of Color #747aed

%24.42
%25.68
%49.89

CMYK Percentages of Color #747aed

%51
%49
%0
%7

Triadic Colors of #747aed

#747aed #ed747a #7aed74

Analogous Colors of #747aed

#747aed #ab74ed #74b7ed

Monochromatic Colors of #747aed

#747aed

Complementary Color

#747aed #ede774

#747aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#747aed Color CSS Codes

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

#747aed Text Font Color

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

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


#747aed Background Color

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

This div background color is #747aed


#747aed Border Color

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

This div border color is #747aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747aed


Comments

No comments written yet.

Please login to write comment.