Color Hex Logo

#747bee Color Hex

#747BEE
(116,123,238)
0 Favorites   0 Comments

Color spaces of #747bee

RGB 116123238
HSL0.660.780.69
HSV237°51°93°
CMYK 0.510.480.00   0.07
XYZ29.718024.052083.9651
Yxy24.05200.21580.1746
Hunter Lab49.042822.3389-67.1790
CIE-Lab56.139828.4149-59.0253

#747bee color RGB value is (116,123,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111011 11101110
Octal 164 173 356
Decimal 116 123 238
Hex 74 7B EE

RGB Percentages of Color #747bee

%24.32
%25.79
%49.90

CMYK Percentages of Color #747bee

%51
%48
%0
%7

Triadic Colors of #747bee

#747bee #ee747b #7bee74

Analogous Colors of #747bee

#747bee #aa74ee #74b8ee

Monochromatic Colors of #747bee

#747bee

Complementary Color

#747bee #eee774

#747bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#747bee Color CSS Codes

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

#747bee Text Font Color

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

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


#747bee Background Color

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

This div background color is #747bee


#747bee Border Color

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

This div border color is #747bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747bee


Comments

No comments written yet.

Please login to write comment.