Color Hex Logo

#647aed Color Hex

#647AED
(100,122,237)
0 Favorites   0 Comments

Color spaces of #647aed

RGB 100122237
HSL0.640.790.66
HSV230°58°93°
CMYK 0.580.490.00   0.07
XYZ27.501122.742883.0611
Yxy22.74280.20630.1706
Hunter Lab47.689419.4793-69.8834
CIE-Lab54.806425.5048-60.6637

#647aed color RGB value is (100,122,237).

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

The process color (four color CMYK) of #647aed color hex is 0.58, 0.49, 0.00, 0.07. Web safe color of #647aed is #6666ff. Color #647aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111010 11101101
Octal 144 172 355
Decimal 100 122 237
Hex 64 7A ED

RGB Percentages of Color #647aed

%21.79
%26.58
%51.63

CMYK Percentages of Color #647aed

%58
%49
%0
%7

Triadic Colors of #647aed

#647aed #ed647a #7aed64

Analogous Colors of #647aed

#647aed #9364ed #64bfed

Monochromatic Colors of #647aed

#647aed

Complementary Color

#647aed #edd764

#647aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#647aed Color CSS Codes

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

#647aed Text Font Color

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

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


#647aed Background Color

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

This div background color is #647aed


#647aed Border Color

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

This div border color is #647aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,122,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647aed


Comments

No comments written yet.

Please login to write comment.