Color Hex Logo

#648ebc Color Hex

#648EBC
(100,142,188)
0 Favorites   0 Comments

Color spaces of #648ebc

RGB 100142188
HSL0.590.400.56
HSV211°47°74°
CMYK 0.470.240.00   0.26
XYZ24.005625.686251.2696
Yxy25.68620.23780.2544
Hunter Lab50.6816-4.1452-24.5008
CIE-Lab57.7380-1.7821-28.4609

#648ebc color RGB value is (100,142,188).

#648ebc hex color red value is 100, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #648ebc hue: 0.59 , saturation: 0.40 and the lightness value of 648ebc is 0.56.

The process color (four color CMYK) of #648ebc color hex is 0.47, 0.24, 0.00, 0.26. Web safe color of #648ebc is #6699cc. Color #648ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001110 10111100
Octal 144 216 274
Decimal 100 142 188
Hex 64 8E BC

RGB Percentages of Color #648ebc

%23.26
%33.02
%43.72

CMYK Percentages of Color #648ebc

%47
%24
%0
%26

Triadic Colors of #648ebc

#648ebc #bc648e #8ebc64

Analogous Colors of #648ebc

#648ebc #6664bc #64babc

Monochromatic Colors of #648ebc

#648ebc

Complementary Color

#648ebc #bc9264

#648ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648ebc Color CSS Codes

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

#648ebc Text Font Color

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

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


#648ebc Background Color

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

This div background color is #648ebc


#648ebc Border Color

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

This div border color is #648ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648ebc


Comments

No comments written yet.

Please login to write comment.