Color Hex Logo

#747fff Color Hex

#747FFF
(116,127,255)
0 Favorites   0 Comments

Color spaces of #747fff

RGB 116127255
HSL0.651.000.73
HSV235°55°100°
CMYK 0.550.500.00   0.00
XYZ32.841826.111797.9169
Yxy26.11170.20940.1665
Hunter Lab51.099625.2979-77.8416
CIE-Lab58.142931.2776-65.2141

#747fff color RGB value is (116,127,255).

#747fff hex color red value is 116, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #747fff hue: 0.65 , saturation: 1.00 and the lightness value of 747fff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 11111111
Octal 164 177 377
Decimal 116 127 255
Hex 74 7F FF

RGB Percentages of Color #747fff

%23.29
%25.50
%51.20

CMYK Percentages of Color #747fff

%55
%50
%0
%0

Triadic Colors of #747fff

#747fff #ff747f #7fff74

Analogous Colors of #747fff

#747fff #af74ff #74c5ff

Monochromatic Colors of #747fff

#747fff

Complementary Color

#747fff #fff474

#747fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fff Color CSS Codes

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

#747fff Text Font Color

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

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


#747fff Background Color

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

This div background color is #747fff


#747fff Border Color

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

This div border color is #747fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fff

Related Colors


Comments

No comments written yet.

Please login to write comment.