Color Hex Logo

#747efc Color Hex

#747EFC
(116,126,252)
0 Favorites   0 Comments

Color spaces of #747efc

RGB 116126252
HSL0.650.960.72
HSV236°54°99°
CMYK 0.540.500.00   0.01
XYZ32.234025.663095.3500
Yxy25.66300.21030.1675
Hunter Lab50.658724.9265-76.1349
CIE-Lab57.715830.9408-64.2487

#747efc color RGB value is (116,126,252).

#747efc hex color red value is 116, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #747efc hue: 0.65 , saturation: 0.96 and the lightness value of 747efc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 11111100
Octal 164 176 374
Decimal 116 126 252
Hex 74 7E FC

RGB Percentages of Color #747efc

%23.48
%25.51
%51.01

CMYK Percentages of Color #747efc

%54
%50
%0
%1

Triadic Colors of #747efc

#747efc #fc747e #7efc74

Analogous Colors of #747efc

#747efc #ae74fc #74c2fc

Monochromatic Colors of #747efc

#747efc

Complementary Color

#747efc #fcf274

#747efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#747efc Color CSS Codes

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

#747efc Text Font Color

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

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


#747efc Background Color

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

This div background color is #747efc


#747efc Border Color

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

This div border color is #747efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747efc


Comments

No comments written yet.

Please login to write comment.