Color Hex Logo

#648dbd Color Hex

#648DBD
(100,141,189)
0 Favorites   0 Comments

Color spaces of #648dbd

RGB 100141189
HSL0.590.400.57
HSV212°47°74°
CMYK 0.470.250.00   0.26
XYZ23.965725.433251.7901
Yxy25.43320.23680.2513
Hunter Lab50.4313-3.4291-25.5855
CIE-Lab57.4951-0.9103-29.4045

#648dbd color RGB value is (100,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001101 10111101
Octal 144 215 275
Decimal 100 141 189
Hex 64 8D BD

RGB Percentages of Color #648dbd

%23.26
%32.79
%43.95

CMYK Percentages of Color #648dbd

%47
%25
%0
%26

Triadic Colors of #648dbd

#648dbd #bd648d #8dbd64

Analogous Colors of #648dbd

#648dbd #6864bd #64babd

Monochromatic Colors of #648dbd

#648dbd

Complementary Color

#648dbd #bd9464

#648dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#648dbd Color CSS Codes

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

#648dbd Text Font Color

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

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


#648dbd Background Color

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

This div background color is #648dbd


#648dbd Border Color

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

This div border color is #648dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648dbd


Comments

No comments written yet.

Please login to write comment.