Color Hex Logo

#648acd Color Hex

#648ACD
(100,138,205)
0 Favorites   0 Comments

Color spaces of #648acd

RGB 100138205
HSL0.610.510.60
HSV218°51°80°
CMYK 0.510.330.00   0.20
XYZ25.363525.294161.3031
Yxy25.29410.22650.2259
Hunter Lab50.29322.0066-37.0641
CIE-Lab57.36095.6938-38.6628

#648acd color RGB value is (100,138,205).

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

The process color (four color CMYK) of #648acd color hex is 0.51, 0.33, 0.00, 0.20. Web safe color of #648acd is #6699cc. Color #648acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001010 11001101
Octal 144 212 315
Decimal 100 138 205
Hex 64 8A CD

RGB Percentages of Color #648acd

%22.57
%31.15
%46.28

CMYK Percentages of Color #648acd

%51
%33
%0
%20

Triadic Colors of #648acd

#648acd #cd648a #8acd64

Analogous Colors of #648acd

#648acd #7364cd #64bfcd

Monochromatic Colors of #648acd

#648acd

Complementary Color

#648acd #cda764

#648acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#648acd Color CSS Codes

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

#648acd Text Font Color

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

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


#648acd Background Color

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

This div background color is #648acd


#648acd Border Color

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

This div border color is #648acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648acd


Comments

No comments written yet.

Please login to write comment.