Color Hex Logo

#648fed Color Hex

#648FED
(100,143,237)
0 Favorites   0 Comments

Color spaces of #648fed

RGB 100143237
HSL0.610.790.66
HSV221°58°93°
CMYK 0.580.400.00   0.07
XYZ30.364128.468784.0154
Yxy28.46870.21260.1993
Hunter Lab53.35618.2084-56.0098
CIE-Lab60.309812.8824-51.8723

#648fed color RGB value is (100,143,237).

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

The process color (four color CMYK) of #648fed color hex is 0.58, 0.40, 0.00, 0.07. Web safe color of #648fed is #6699ff. Color #648fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 11101101
Octal 144 217 355
Decimal 100 143 237
Hex 64 8F ED

RGB Percentages of Color #648fed

%20.83
%29.79
%49.38

CMYK Percentages of Color #648fed

%58
%40
%0
%7

Triadic Colors of #648fed

#648fed #ed648f #8fed64

Analogous Colors of #648fed

#648fed #7e64ed #64d4ed

Monochromatic Colors of #648fed

#648fed

Complementary Color

#648fed #edc264

#648fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#648fed Color CSS Codes

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

#648fed Text Font Color

<p style="color:#648fed">Text here</p>

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


#648fed Background Color

<div style="background-color:#648fed">
Div content here</div>

This div background color is #648fed


#648fed Border Color

<div style="border:3px solid #648fed">
Div here</div>

This div border color is #648fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648fed


Comments

No comments written yet.

Please login to write comment.