Color Hex Logo

#648bad Color Hex

#648BAD
(100,139,173)
0 Favorites   0 Comments

Color spaces of #648bad

RGB 100139173
HSL0.580.310.54
HSV208°42°68°
CMYK 0.420.200.00   0.32
XYZ22.031024.191743.0435
Yxy24.19170.24680.2710
Hunter Lab49.1851-6.1200-17.4571
CIE-Lab56.2792-4.4091-22.1648

#648bad color RGB value is (100,139,173).

#648bad hex color red value is 100, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #648bad hue: 0.58 , saturation: 0.31 and the lightness value of 648bad is 0.54.

The process color (four color CMYK) of #648bad color hex is 0.42, 0.20, 0.00, 0.32. Web safe color of #648bad is #669999. Color #648bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 10101101
Octal 144 213 255
Decimal 100 139 173
Hex 64 8B AD

RGB Percentages of Color #648bad

%24.27
%33.74
%41.99

CMYK Percentages of Color #648bad

%42
%20
%0
%32

Triadic Colors of #648bad

#648bad #ad648b #8bad64

Analogous Colors of #648bad

#648bad #6467ad #64adab

Monochromatic Colors of #648bad

#648bad

Complementary Color

#648bad #ad8664

#648bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bad Color CSS Codes

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

#648bad Text Font Color

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

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


#648bad Background Color

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

This div background color is #648bad


#648bad Border Color

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

This div border color is #648bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bad


Comments

No comments written yet.

Please login to write comment.