Color Hex Logo

#648bea Color Hex

#648BEA
(100,139,234)
0 Favorites   0 Comments

Color spaces of #648bea

RGB 100139234
HSL0.620.760.65
HSV223°57°92°
CMYK 0.570.410.00   0.08
XYZ29.339427.115181.5293
Yxy27.11510.21260.1965
Hunter Lab52.07229.4473-56.3797
CIE-Lab59.080714.2913-52.1639

#648bea color RGB value is (100,139,234).

#648bea hex color red value is 100, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #648bea hue: 0.62 , saturation: 0.76 and the lightness value of 648bea is 0.65.

The process color (four color CMYK) of #648bea color hex is 0.57, 0.41, 0.00, 0.08. Web safe color of #648bea is #6699ff. Color #648bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 11101010
Octal 144 213 352
Decimal 100 139 234
Hex 64 8B EA

RGB Percentages of Color #648bea

%21.14
%29.39
%49.47

CMYK Percentages of Color #648bea

%57
%41
%0
%8

Triadic Colors of #648bea

#648bea #ea648b #8bea64

Analogous Colors of #648bea

#648bea #8064ea #64ceea

Monochromatic Colors of #648bea

#648bea

Complementary Color

#648bea #eac364

#648bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bea Color CSS Codes

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

#648bea Text Font Color

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

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


#648bea Background Color

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

This div background color is #648bea


#648bea Border Color

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

This div border color is #648bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bea


Comments

No comments written yet.

Please login to write comment.