Color Hex Logo

#747bea Color Hex

#747BEA
(116,123,234)
0 Favorites   0 Comments

Color spaces of #747bea

RGB 116123234
HSL0.660.740.69
HSV236°50°92°
CMYK 0.500.470.00   0.08
XYZ29.136723.819480.9038
Yxy23.81940.21770.1779
Hunter Lab48.805121.1557-64.1209
CIE-Lab55.906527.1932-57.1710

#747bea color RGB value is (116,123,234).

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

The process color (four color CMYK) of #747bea color hex is 0.50, 0.47, 0.00, 0.08. Web safe color of #747bea is #6666ff. Color #747bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111011 11101010
Octal 164 173 352
Decimal 116 123 234
Hex 74 7B EA

RGB Percentages of Color #747bea

%24.52
%26.00
%49.47

CMYK Percentages of Color #747bea

%50
%47
%0
%8

Triadic Colors of #747bea

#747bea #ea747b #7bea74

Analogous Colors of #747bea

#747bea #a874ea #74b6ea

Monochromatic Colors of #747bea

#747bea

Complementary Color

#747bea #eae374

#747bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#747bea Color CSS Codes

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

#747bea Text Font Color

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

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


#747bea Background Color

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

This div background color is #747bea


#747bea Border Color

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

This div border color is #747bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747bea


Comments

No comments written yet.

Please login to write comment.