Color Hex Logo

#648bca Color Hex

#648BCA
(100,139,202)
0 Favorites   0 Comments

Color spaces of #648bca

RGB 100139202
HSL0.600.490.59
HSV217°50°79°
CMYK 0.500.310.00   0.21
XYZ25.148825.438859.4618
Yxy25.43880.22850.2312
Hunter Lab50.43690.7390-34.5932
CIE-Lab57.50054.1811-36.7518

#648bca color RGB value is (100,139,202).

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

The process color (four color CMYK) of #648bca color hex is 0.50, 0.31, 0.00, 0.21. Web safe color of #648bca is #6699cc. Color #648bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 11001010
Octal 144 213 312
Decimal 100 139 202
Hex 64 8B CA

RGB Percentages of Color #648bca

%22.68
%31.52
%45.80

CMYK Percentages of Color #648bca

%50
%31
%0
%21

Triadic Colors of #648bca

#648bca #ca648b #8bca64

Analogous Colors of #648bca

#648bca #7064ca #64beca

Monochromatic Colors of #648bca

#648bca

Complementary Color

#648bca #caa364

#648bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bca Color CSS Codes

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

#648bca Text Font Color

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

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


#648bca Background Color

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

This div background color is #648bca


#648bca Border Color

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

This div border color is #648bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bca


Comments

No comments written yet.

Please login to write comment.