Color Hex Logo

#648fcb Color Hex

#648FCB
(100,143,203)
0 Favorites   0 Comments

Color spaces of #648fcb

RGB 100143203
HSL0.600.500.59
HSV215°51°80°
CMYK 0.510.300.00   0.20
XYZ25.857526.666060.2841
Yxy26.66600.22920.2364
Hunter Lab51.6391-0.9874-33.0684
CIE-Lab58.66392.1538-35.4960

#648fcb color RGB value is (100,143,203).

#648fcb hex color red value is 100, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #648fcb hue: 0.60 , saturation: 0.50 and the lightness value of 648fcb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 11001011
Octal 144 217 313
Decimal 100 143 203
Hex 64 8F CB

RGB Percentages of Color #648fcb

%22.42
%32.06
%45.52

CMYK Percentages of Color #648fcb

%51
%30
%0
%20

Triadic Colors of #648fcb

#648fcb #cb648f #8fcb64

Analogous Colors of #648fcb

#648fcb #6d64cb #64c3cb

Monochromatic Colors of #648fcb

#648fcb

Complementary Color

#648fcb #cba064

#648fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#648fcb Color CSS Codes

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

#648fcb Text Font Color

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

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


#648fcb Background Color

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

This div background color is #648fcb


#648fcb Border Color

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

This div border color is #648fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648fcb


Comments

No comments written yet.

Please login to write comment.