Color Hex Logo

#646fca Color Hex

#646FCA
(100,111,202)
0 Favorites   0 Comments

Color spaces of #646fca

RGB 100111202
HSL0.650.490.59
HSV234°50°79°
CMYK 0.500.450.00   0.21
XYZ21.600618.342558.2791
Yxy18.34250.21990.1867
Hunter Lab42.828115.0782-50.7001
CIE-Lab49.908921.0358-48.7496

#646fca color RGB value is (100,111,202).

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

The process color (four color CMYK) of #646fca color hex is 0.50, 0.45, 0.00, 0.21. Web safe color of #646fca is #6666cc. Color #646fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 11001010
Octal 144 157 312
Decimal 100 111 202
Hex 64 6F CA

RGB Percentages of Color #646fca

%24.21
%26.88
%48.91

CMYK Percentages of Color #646fca

%50
%45
%0
%21

Triadic Colors of #646fca

#646fca #ca646f #6fca64

Analogous Colors of #646fca

#646fca #8c64ca #64a2ca

Monochromatic Colors of #646fca

#646fca

Complementary Color

#646fca #cabf64

#646fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#646fca Color CSS Codes

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

#646fca Text Font Color

<p style="color:#646fca">Text here</p>

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


#646fca Background Color

<div style="background-color:#646fca">
Div content here</div>

This div background color is #646fca


#646fca Border Color

<div style="border:3px solid #646fca">
Div here</div>

This div border color is #646fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646fca


Comments

No comments written yet.

Please login to write comment.