Color Hex Logo

#648adc Color Hex

#648ADC
(100,138,220)
0 Favorites   0 Comments

Color spaces of #648adc

RGB 100138220
HSL0.610.630.63
HSV221°55°86°
CMYK 0.550.370.00   0.14
XYZ27.262326.053671.3021
Yxy26.05360.21880.2091
Hunter Lab51.04276.0134-47.0929
CIE-Lab58.087910.4005-45.9400

#648adc color RGB value is (100,138,220).

#648adc hex color red value is 100, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #648adc hue: 0.61 , saturation: 0.63 and the lightness value of 648adc is 0.63.

The process color (four color CMYK) of #648adc color hex is 0.55, 0.37, 0.00, 0.14. Web safe color of #648adc is #6699cc. Color #648adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001010 11011100
Octal 144 212 334
Decimal 100 138 220
Hex 64 8A DC

RGB Percentages of Color #648adc

%21.83
%30.13
%48.03

CMYK Percentages of Color #648adc

%55
%37
%0
%14

Triadic Colors of #648adc

#648adc #dc648a #8adc64

Analogous Colors of #648adc

#648adc #7a64dc #64c6dc

Monochromatic Colors of #648adc

#648adc

Complementary Color

#648adc #dcb664

#648adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648adc Color CSS Codes

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

#648adc Text Font Color

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

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


#648adc Background Color

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

This div background color is #648adc


#648adc Border Color

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

This div border color is #648adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648adc


Comments

No comments written yet.

Please login to write comment.