Color Hex Logo

#647aff Color Hex

#647AFF
(100,122,255)
0 Favorites   0 Comments

Color spaces of #647aff

RGB 100122255
HSL0.641.000.70
HSV231°61°100°
CMYK 0.610.520.00   0.00
XYZ30.265123.848497.6158
Yxy23.84840.19950.1572
Hunter Lab48.834825.1634-84.3302
CIE-Lab55.935731.3647-68.8216

#647aff color RGB value is (100,122,255).

#647aff hex color red value is 100, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #647aff hue: 0.64 , saturation: 1.00 and the lightness value of 647aff is 0.70.

The process color (four color CMYK) of #647aff color hex is 0.61, 0.52, 0.00, 0.00. Web safe color of #647aff is #6666ff. Color #647aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111010 11111111
Octal 144 172 377
Decimal 100 122 255
Hex 64 7A FF

RGB Percentages of Color #647aff

%20.96
%25.58
%53.46

CMYK Percentages of Color #647aff

%61
%52
%0
%0

Triadic Colors of #647aff

#647aff #ff647a #7aff64

Analogous Colors of #647aff

#647aff #9c64ff #64c8ff

Monochromatic Colors of #647aff

#647aff

Complementary Color

#647aff #ffe964

#647aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#647aff Color CSS Codes

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

#647aff Text Font Color

<p style="color:#647aff">Text here</p>

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


#647aff Background Color

<div style="background-color:#647aff">
Div content here</div>

This div background color is #647aff


#647aff Border Color

<div style="border:3px solid #647aff">
Div here</div>

This div border color is #647aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,122,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #647aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #647aff;
  -webkit-box-shadow: 1px 1px 3px 2px #647aff;
  box-shadow:         1px 1px 3px 2px #647aff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647aff


Comments

No comments written yet.

Please login to write comment.