Color Hex Logo

#648ccf Color Hex

#648CCF
(100,140,207)
0 Favorites   0 Comments

Color spaces of #648ccf

RGB 100140207
HSL0.600.530.60
HSV218°52°81°
CMYK 0.520.320.00   0.19
XYZ25.896125.970562.6794
Yxy25.97050.22610.2267
Hunter Lab50.96131.5230-37.2504
CIE-Lab58.00905.1375-38.7720

#648ccf color RGB value is (100,140,207).

#648ccf hex color red value is 100, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #648ccf hue: 0.60 , saturation: 0.53 and the lightness value of 648ccf is 0.60.

The process color (four color CMYK) of #648ccf color hex is 0.52, 0.32, 0.00, 0.19. Web safe color of #648ccf is #6699cc. Color #648ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001100 11001111
Octal 144 214 317
Decimal 100 140 207
Hex 64 8C CF

RGB Percentages of Color #648ccf

%22.37
%31.32
%46.31

CMYK Percentages of Color #648ccf

%52
%32
%0
%19

Triadic Colors of #648ccf

#648ccf #cf648c #8ccf64

Analogous Colors of #648ccf

#648ccf #7264cf #64c2cf

Monochromatic Colors of #648ccf

#648ccf

Complementary Color

#648ccf #cfa764

#648ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#648ccf Color CSS Codes

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

#648ccf Text Font Color

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

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


#648ccf Background Color

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

This div background color is #648ccf


#648ccf Border Color

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

This div border color is #648ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648ccf


Comments

No comments written yet.

Please login to write comment.