Color Hex Logo

#648cbc Color Hex

#648CBC
(100,140,188)
0 Favorites   0 Comments

Color spaces of #648cbc

RGB 100140188
HSL0.590.400.56
HSV213°47°74°
CMYK 0.470.260.00   0.26
XYZ23.710725.096351.1713
Yxy25.09630.23720.2510
Hunter Lab50.0962-3.1837-25.4951
CIE-Lab57.1691-0.6296-29.3422

#648cbc color RGB value is (100,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001100 10111100
Octal 144 214 274
Decimal 100 140 188
Hex 64 8C BC

RGB Percentages of Color #648cbc

%23.36
%32.71
%43.93

CMYK Percentages of Color #648cbc

%47
%26
%0
%26

Triadic Colors of #648cbc

#648cbc #bc648c #8cbc64

Analogous Colors of #648cbc

#648cbc #6864bc #64b8bc

Monochromatic Colors of #648cbc

#648cbc

Complementary Color

#648cbc #bc9464

#648cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648cbc Color CSS Codes

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

#648cbc Text Font Color

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

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


#648cbc Background Color

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

This div background color is #648cbc


#648cbc Border Color

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

This div border color is #648cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648cbc


Comments

No comments written yet.

Please login to write comment.