Color Hex Logo

#648dbc Color Hex

#648DBC
(100,141,188)
0 Favorites   0 Comments

Color spaces of #648dbc

RGB 100141188
HSL0.590.400.56
HSV212°47°74°
CMYK 0.470.250.00   0.26
XYZ23.857525.389951.2203
Yxy25.38990.23750.2527
Hunter Lab50.3884-3.6649-24.9970
CIE-Lab57.4534-1.2065-28.9017

#648dbc color RGB value is (100,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001101 10111100
Octal 144 215 274
Decimal 100 141 188
Hex 64 8D BC

RGB Percentages of Color #648dbc

%23.31
%32.87
%43.82

CMYK Percentages of Color #648dbc

%47
%25
%0
%26

Triadic Colors of #648dbc

#648dbc #bc648d #8dbc64

Analogous Colors of #648dbc

#648dbc #6764bc #64b9bc

Monochromatic Colors of #648dbc

#648dbc

Complementary Color

#648dbc #bc9364

#648dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648dbc Color CSS Codes

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

#648dbc Text Font Color

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

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


#648dbc Background Color

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

This div background color is #648dbc


#648dbc Border Color

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

This div border color is #648dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648dbc


Comments

No comments written yet.

Please login to write comment.