Color Hex Logo

#648cbd Color Hex

#648CBD
(100,140,189)
0 Favorites   0 Comments

Color spaces of #648cbd

RGB 100140189
HSL0.590.400.57
HSV213°47°74°
CMYK 0.470.260.00   0.26
XYZ23.818925.139651.7412
Yxy25.13960.23650.2496
Hunter Lab50.1394-2.9469-26.0865
CIE-Lab57.2112-0.3329-29.8448

#648cbd color RGB value is (100,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001100 10111101
Octal 144 214 275
Decimal 100 140 189
Hex 64 8C BD

RGB Percentages of Color #648cbd

%23.31
%32.63
%44.06

CMYK Percentages of Color #648cbd

%47
%26
%0
%26

Triadic Colors of #648cbd

#648cbd #bd648c #8cbd64

Analogous Colors of #648cbd

#648cbd #6964bd #64b9bd

Monochromatic Colors of #648cbd

#648cbd

Complementary Color

#648cbd #bd9564

#648cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#648cbd Color CSS Codes

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

#648cbd Text Font Color

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

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


#648cbd Background Color

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

This div background color is #648cbd


#648cbd Border Color

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

This div border color is #648cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648cbd


Comments

No comments written yet.

Please login to write comment.